blockly > VariableModel
VariableModel-Klasse
Klasse für ein Variablenmodell. Enthält Informationen für die Variable, einschließlich Name, ID und Typ.
Unterschrift:
export declare class VariableModel
Konstruktoren
Attribute
Methoden
Methode |
Modifikatoren |
Beschreibung |
getId() |
|
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]