Skip to main content

Home > blockly > blockRendering > PathObject > removeConnectionHighlight

blockRendering.PathObject.removeConnectionHighlight() method

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

Signature:

removeConnectionHighlight(connection: RenderedConnection): void;

Parameters

ParameterTypeDescription
connectionRenderedConnection

Returns:

void