blockly > VariableModel

VariableModel-Klasse

Klasse für ein variables Modell. Enthält Informationen über die Variable, einschließlich Name, ID und Typ.

Unterschrift:

export declare class VariableModel 

Konstruktoren

Konstruktor Modifikatoren Beschreibung
(constructor)(workspace, name, opt_type, opt_id) Konstruiert eine neue Instanz der Klasse VariableModel

Attribute

Property Modifikatoren Typ Beschreibung
name String
Typ String
Arbeitsbereich Workspace

Methoden

Methode Modifikatoren Beschreibung
getId()