調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >ConstantProvider >disabledPatternId
blockRendering.ConstantProvider.disabledPatternId プロパティ
無効なパターンの ID。パターンが設定されていない場合は空の文字列。
署名:
disabledPatternId: string;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["`disabledPatternId` is a property of the `ConstantProvider` class within the `blockRendering` namespace of Blockly."],["It stores the ID of the pattern used to visually represent disabled blocks, defaulting to an empty string if no pattern is set."],["This property's value is a string representing the ID of the desired pattern."]]],["The `disabledPatternId` property, found within the `blockRendering.ConstantProvider` class, stores the ID of a disabled pattern. If no pattern is defined, this property contains an empty string. This property's data type is a string and is used to identify the visual pattern applied to represent disabled elements.\n"]]