調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >VariableModel
VariableModel クラス
変数モデルのクラス。名前、ID、型など、変数の情報を保持します。
署名:
export declare class VariableModel
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["The `VariableModel` class stores information about a variable, including its name, ID, and type."],["It has a constructor to create new instances and methods to manage its properties."],["Key properties include `name`, `type`, and the `workspace` it belongs to."],["You can access the variable's unique identifier with the `getId()` method."]]],[]]