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
| onStart | - |(data) => data| Function | Call a callback function after the first start of the plugin and pass an object of current configuration data as an argument |
129
-
| onChange | - |(data) => data| Function | Call a callback function after each user’s interaction with the slider and pass an object of current configuration data as an argument |
130
-
| onUpdate | - |(data) => data| Function | Call a callback function after “update” method calling and pass an object of current configuration data as an argument |
131
-
| onReset | - |(data) => data| Function | Call a callback function after “reset” method calling and pass an object of current configuration data as an argument |
169
+
| onStart | - |null| Function | Call a callback function after the first start of the plugin and pass an object of current configuration data as an argument |
170
+
| onChange | - |null| Function | Call a callback function after each user’s interaction with the slider and pass an object of current configuration data as an argument |
171
+
| onUpdate | - |null| Function | Call a callback function after “update” method calling and pass an object of current configuration data as an argument |
172
+
| onReset | - |null| Function | Call a callback function after “reset” method calling and pass an object of current configuration data as an argument |
132
173
133
174
134
175
## Setup and Scripts ( build the project, start, testing, production)
0 commit comments