Skip to main content

Home > blockly > blockRendering > IPathObject > removeConnectionHighlight

blockRendering.IPathObject.removeConnectionHighlight() method

Removes any highlight associated with the given connection, if it exists.

Signature:

removeConnectionHighlight?(connection: RenderedConnection): void;

Parameters

ParameterTypeDescription
connectionRenderedConnection

Returns:

void