Skip to content

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.


Options Reference

Clone this wiki locally