Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.86 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.86 KB

DraggableEvent

The base draggable event for all Draggable events that Draggable emits.

Interface DraggableEvent
Cancelable false
Cancel action -
type draggable

API

draggableEvent.draggable: Draggable
Read-only property for the current draggable instance

DraggableInitializedEvent

DraggableInitializedEvent gets triggered by Draggable when initialized.

Specification DraggableEvent
Interface DraggableInitializedEvent
Cancelable false
Cancel action -
type draggable:initialized

DraggableDestroyEvent

DraggableDestroyEvent gets triggered by Draggable when destroyed.

Specification DraggableEvent
Interface DraggableDestroyEvent
Cancelable false
Cancel action -
type draggable:destroy