You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| onUpdate | - | null | Function | Call a callback function after “update” method calling and pass an object of current configuration data as an argument |
172
171
| onReset | - | null | Function | Call a callback function after “reset” method calling and pass an object of current configuration data as an argument |
173
172
173
+
## details
174
+
175
+
* only one of values gridNum or gridStep can be set for scale. If both of them are set, gridStep will be ignored
176
+
177
+
* gridSnap is ignored if one of parameters step, keyStepOne, keyStepHold is set
178
+
179
+
* step is ignored while keyboard controlling if one of parameters keyStepOne, keyStepHold is set
180
+
174
181
175
182
## Setup and Scripts ( build the project, start, testing, production)
0 commit comments