blockly > geras > Destaque > getPath
Método geras.Highlighter.getPath()
Confira as etapas para criar o caminho de destaque.
Signature:
getPath(): string;
Retorna:
string
As etapas para o caminho de destaque.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-08-22 UTC.
[null,null,["Última atualização 2024-08-22 UTC."],[[["The `geras.Highlighter.getPath()` method retrieves the steps that define the highlight path."],["It returns a string representing the sequence of steps in the highlight path."],["This method is part of the `geras.Highlighter` class within the Blockly library and is used for highlighting elements or paths within a Blockly workspace or visualization."]]],["The `getPath` method, part of the `geras.Highlighter` class, retrieves the steps that define a highlight path. This method's core function is to return a string that represents these steps. The method signature, `getPath(): string;`, indicates it takes no arguments and outputs a string. This string output contains the instructions necessary for drawing the highlight path.\n"]]