調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >VariableMap
VariableMap クラス
変数マップのクラス。これには、変数型をキーとして、変数のリストを値として持つディクショナリ データ構造が含まれています。変数のリストは、キーが示す型です。
署名:
export declare class VariableMap
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["The `VariableMap` class manages variables within a Blockly workspace, storing them in a dictionary-like structure organized by type."],["It provides methods for creating, deleting, renaming, and retrieving variables, as well as for finding their uses within the workspace."],["`VariableMap` also allows clearing all variables and obtaining lists of variables based on type or name."],["Each variable is associated with a name, type, and unique ID, which are used for identification and management purposes."]]],[]]