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

selectable.init

Karl edited this page Nov 9, 2017 · 2 revisions

Fires when the instance is ready for use.

selectable.on("selectable.init", function() {
    // instance is ready
});
Clone this wiki locally