調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > Block > styleName_
Block.styleName_ プロパティ
ブロックスタイルの名前。
署名:
protected styleName_: string;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-30 UTC。
[null,null,["最終更新日 2024-11-30 UTC。"],[[["`styleName_` is a protected property of the `Block` class in Blockly that stores the name of the block's style as a string."],["This property is used to define the visual appearance of a block, determining its color, shape, and other stylistic elements."]]],["The `Block.styleName_` property, a string, represents the name of a specific block style within the Blockly library. This property is designated as `protected`, indicating it's intended for internal use within the Block class or its subclasses. Its core function is to store the designated style name applied to a particular block.\n"]]