調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >[ブロック] >COLLAPSED_FIELD_NAME
Block.COLLAPSED_FIELD_NAME プロパティ
折りたたまれたフィールドに付与される、言語に依存しない ID。
署名:
static readonly COLLAPSED_FIELD_NAME: string;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["`Block.COLLAPSED_FIELD_NAME` is a static and read-only property that stores the language-neutral ID for the collapsed field of a block."],["This property helps identify the field associated with collapsing and expanding a block in Blockly."]]],["The `Block.COLLAPSED_FIELD_NAME` property is a static, read-only string. It serves as a language-neutral identifier for the collapsed field within a block. This property's purpose is to provide a unique ID for this specific field type, ensuring consistency across different language implementations in the Blockly system.\n"]]