DragEvent
An event interface that is emitted from a Draggable.
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
host: T The object being dragged. |
|
public |
The current page x offset. |
|
public |
The current page y offset. |
|
public |
status: DragStatus The drag status. |
|
public |
The current delta x coordinates. |
|
public |
The current delta y coordinates. |