Skip to main content

Home > 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

ParameterTypeDescription
enablebooleanTrue if the block is an insertion marker, false otherwise.

Returns:

void