-
Notifications
You must be signed in to change notification settings - Fork 21
selectable.update
Karl edited this page Nov 9, 2017
·
1 revision
Fires when the instance is updated.
The callback has one parameter which returns a Array
of currently selectable items.
selectable.on("selectable.update", function(items) {
});