blockly > blockRendering > IPathObject > updateInsertionMarker
blockRendering.IPathObject.updateInsertionMarker() method
Add or remove styling showing that a block is an insertion marker.
Signature:
updateInsertionMarker(enabled: boolean): void;
Parameters
Parameter | Type | Description |
---|---|---|
enabled | boolean |
Returns:
void