Skip to content

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) {

});
Clone this wiki locally