Skip to main content

Home > blockly > BlockSvg > setMovable

BlockSvg.setMovable() method

Set whether this block is movable or not.

Signature:

setMovable(movable: boolean): void;

Parameters

ParameterTypeDescription
movablebooleanTrue if movable.

Returns:

void