調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >イベント >VarCreate
Events.VarCreate クラス
変数モデルが作成されたことをリスナーに通知します。
署名:
export declare class VarCreate extends VarBase
拡張: VarBase
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 UTC。
[null,null,["最終更新日 2024-10-11 UTC。"],[[["The `Events.VarCreate` class in Blockly notifies listeners when a new variable model is created within the workspace."],["It includes properties like `type`, `varName`, and `varType` to provide details about the created variable."],["This class offers methods to run the variable creation event (`run`) and encode it as JSON (`toJson`) for storage or transmission."],["`Events.VarCreate` extends the `VarBase` class, inheriting its functionalities related to variable events."]]],[]]