apply
fires on clicking the "Select" button
apply: () => void;
Example
colorpicker.events.on("apply", function() {
// your logic here
});
Related sample: Colorpicker. Events
Change log:
added in v6.4
fires on clicking the "Select" button
Example
colorpicker.events.on("apply", function() {
// your logic here
});
Related sample: Colorpicker. Events
added in v6.4