blockly > comments > WorkspaceComment > setMovable
comments.WorkspaceComment.setMovable() method
Sets whether the comment is movable or not.
Signature:
setMovable(movable: boolean): void;
Parameters
Parameter | Type | Description |
---|---|---|
movable | boolean |
Returns:
void