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

Parameter Type Description
connection RenderedConnection

Returns:

void