Skip to main content

Home > 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

ParameterTypeDescription
highlightPathstringThe highlight path.

Returns:

void