Skip to main content

blockly > blockRendering > Drawer > drawConnectionHighlightPath

blockRendering.Drawer.drawConnectionHighlightPath() method

Returns a path to highlight the given connection.

Signature:

drawConnectionHighlightPath(measurable: Connection): SVGElement | undefined;

Parameters

Parameter

Type

Description

measurable

Connection

Returns:

SVGElement | undefined