blockly > VariableModel

VariableModel クラス

変数モデルのクラス。変数の名前、ID、型などの情報を保持します。

署名:

export declare class VariableModel 

コンストラクタ

コンストラクタ 修飾子 説明
(constructor)(workspace, name、opt_type、opt_id) VariableModel クラスの新しいインスタンスを作成します。

プロパティ

プロパティ 修飾子 種類 説明
name string
タイプ string
workspace Google Workspace

Methods

メソッド 修飾子 説明
getId()