Interface: IMovable
Defined in: packages/blockly/core/interfaces/i_movable.ts:12
The interface for an object that is movable.
Methods index
| Method | Description |
|---|---|
| isMovable | Get whether this is movable or not. |
Methods
isMovable()
isMovable(): boolean;
Defined in: packages/blockly/core/interfaces/i_movable.ts:18
Get whether this is movable or not.
Returns
boolean
True if movable.