調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >アイコン >MutatorIcon
icon.MutatorIcon クラス
ユーザーがブロックの形状を変更できるアイコン。
たとえば、フィールドや入力をブロックに追加するために使用できます。
署名:
export declare class MutatorIcon extends Icon implements IHasBubble
拡張: アイコン
実装: IHasBubble
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 UTC。
[null,null,["最終更新日 2024-10-11 UTC。"],[[["The `MutatorIcon` class in Blockly is an icon that allows users to modify the shape of a block, such as adding fields or inputs."],["It extends the `Icon` class and implements the `IHasBubble` interface, providing functionality for displaying and managing a bubble."],["`MutatorIcon` includes properties like `sourceBlock`, `TYPE`, and `WEIGHT`, and methods like `applyColour`, `dispose`, and `onClick` for managing its appearance and behavior."],["This icon is specifically designed for use with mutator blocks, which are blocks that allow for more complex or customizable structures within Blockly workspaces."]]],[]]