The base draggable event for all Draggable events that Draggable emits.
| Interface | DraggableEvent |
| Cancelable | false |
| Cancel action | - |
| type | draggable |
draggableEvent.draggable: Draggable
Read-only property for the current draggable instance
DraggableInitializedEvent gets triggered by Draggable when initialized.
| Specification | DraggableEvent |
| Interface | DraggableInitializedEvent |
| Cancelable | false |
| Cancel action | - |
| type | draggable:initialized |
DraggableDestroyEvent gets triggered by Draggable when destroyed.
| Specification | DraggableEvent |
| Interface | DraggableDestroyEvent |
| Cancelable | false |
| Cancel action | - |
| type | draggable:destroy |