blockly > Block > setMovable
Block.setMovable() method
Set whether this block is movable or not.
Signature:
setMovable(movable: boolean): void;
Parameters
Parameter | Type | Description |
|---|---|---|
movable | boolean | True if movable. |
Returns:
void
blockly > Block > setMovable
Set whether this block is movable or not.
Signature:
setMovable(movable: boolean): void;
Parameter | Type | Description |
|---|---|---|
movable | boolean | True if movable. |
Returns:
void