Skip to content

selectable.start

Karl edited this page Oct 3, 2018 · 6 revisions

Fires on mousedown / touchstart.

The callback has two parameters which returns the orignal event and a reference to the first item found under the mouse pointer / finger / stylus.

selectable.on("selectable.start", function(e, item) {

});
Clone this wiki locally