Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

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