focus
fires when a thumb of Slider has received focus
focus: () => void;
Example
slider.events.on("focus", function() {
console.log("the focus is on the element");
});
Related sample: Slider. Events
Change log:
added in v7.2
fires when a thumb of Slider has received focus
focus: () => void;
Example
slider.events.on("focus", function() {
console.log("the focus is on the element");
});
Related sample: Slider. Events
added in v7.2