init()
Example
const selectable = new Selectable();
// destroy the instance.
selectable.destroy();
// later
// reinitialise the instance.
selectable.init();Last updated
const selectable = new Selectable();
// destroy the instance.
selectable.destroy();
// later
// reinitialise the instance.
selectable.init();Last updated