blockly > blockRendering > PathObject > updateInsertionMarker

blockRendering.PathObject.updateInsertionMarker() method

Add or remove styling showing that a block is an insertion marker.

Signature:

updateInsertionMarker(enable: boolean): void;

Parameters

Parameter Type Description
enable boolean True if the block is an insertion marker, false otherwise.

Returns:

void