blockly > geras > PathObject > setHighlightPath

método geras.PathObject.setHighlightPath()

Define o caminho de destaque gerado pelo renderizador no elemento SVG.

Signature:

setHighlightPath(highlightPath: string): void;

Parâmetros

Parâmetro Tipo Descrição
highlightPath string O caminho de destaque.

Retorna:

void