Last updated 1 year ago
Type: {String}
{String}
Default: false
false
Defines descendants of selectable elements where selection can only be started when interacting with them. This is handy if you have interactive elements nested within a selectable element, such as form elements.
const selectable = new Selectable({ handle: '.my-handle-class' // CSS3 selector string });