blockly > zelos > Renderer > shouldHighlightConnection
zelos.Renderer.shouldHighlightConnection() method
Determine whether or not to highlight a connection.
Signature:
shouldHighlightConnection(connection: RenderedConnection): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
connection | RenderedConnection | The connection to determine whether or not to highlight. |
Returns:
boolean
True if we should highlight the connection.