blockly > geras > PathObject > setHighlightPath

geras.PathObject.setHighlightPath() method

Set the highlight path generated by the renderer onto the SVG element.

Signature:

setHighlightPath(highlightPath: string): void;

Parameters

Parameter Type Description
highlightPath string The highlight path.

Returns:

void