Skip to content

Methods

example

js
let sortable = new Sortable(el);

sortable.destroy();

destroy

Manually clear all the state of the component, using this method the component will not be draggable.

option(key, value?)

Get or set the option value, depending on whether the value is passed in.

Released under the MIT License.