調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >FieldDropdown >createTextArrow_
FieldDropdown.createTextArrow_() メソッド
tspan ベースの矢印を作成します。
署名:
protected createTextArrow_(): void;
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-09 UTC。
[null,null,["最終更新日 2024-09-09 UTC。"],[[["`createTextArrow_` is a protected method within the `FieldDropdown` class used to generate a visual arrow element."],["This method utilizes 'tspan' to construct the arrow shape and does not return any value."],["The primary function of this method is to create a dropdown arrow icon for the `FieldDropdown` element within the Blockly library."]]],["The `createTextArrow_()` method, part of the `FieldDropdown` class, is responsible for creating a text-based arrow. This method, denoted as `protected`, does not accept any arguments and returns nothing (`void`). Its sole function is to generate a `tspan` element that represents an arrow within the dropdown field.\n"]]