-
Notifications
You must be signed in to change notification settings - Fork 21
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) {
});