cancelClick
fires on clicking the "Cancel" button
cancelClick: () => void;
Example
colorpicker.events.on("cancelClick",function(){
// your logic here
});
Related sample: Colorpicker. Events
fires on clicking the "Cancel" button
Example
colorpicker.events.on("cancelClick",function(){
// your logic here
});
Related sample: Colorpicker. Events