Home > blockly > IDraggable
IDraggable interface
Represents an object that can be dragged.
Signature:
export interface IDraggable extends IDragStrategy
Extends: IDragStrategy
Methods
| Method | Description |
|---|---|
| getRelativeToSurfaceXY() | Returns the current location of the draggable in workspace coordinates. |