Skip to content

Files

Latest commit

3f8154c · Mar 2, 2018

History

History
This branch is 92 commits behind Shopify/draggable:main.

DraggableEvent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 1, 2017
Nov 1, 2017
Mar 2, 2018

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