-
Notifications
You must be signed in to change notification settings - Fork 21
Options
Karl edited this page Oct 8, 2018
·
7 revisions
A Selectable
instance can be initialised with a number of custom options.
Just pass an Object
to the constructor
with your options:
const selectable = new Selectable({
filter: ".selectable-item",
multiple: false,
...
});
A full list of the default options can be found here.