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
Parameter | Type | Description |
---|---|---|
connection | RenderedConnection |
Returns:
void