調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >geras >蛍光ペン >getPath
geras.Highlighter.getPath() メソッド
ハイライトパスのステップを取得します。
署名:
getPath(): string;
戻り値:
文字列
ハイライトパスのステップ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 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"]]