Draggable methods
Controls the state and behaviour of a draggable.
Draggable methods are accessible through a Draggable instance Object
.
const draggable = createDraggable(target, parameters);
┌──────────┐
draggable.│disable() │
draggable.│enable() ├─ Methods
draggable.│revert() │
└──────────┘
In this section