блочный > Герас > Маркер > getPath
метод geras.Highlighter.getPath()
Получите инструкции по выделению пути.
Подпись:
getPath(): string;
Возврат:
нить
Шаги для выделения пути.
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-06 UTC.
[null,null,["Последнее обновление: 2025-01-06 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"]]