handle


Type: {String}

Default: 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.


Example

const selectable = new Selectable({
    handle: '.my-handle-class' // CSS3 selector string
});

Demo


Last updated