blockly > Arbeitsbereich > newBlock
Workspace.newBlock()-Methode
Rufen Sie einen neu erstellten Block ab.
Unterschrift:
newBlock(prototypeName: string, opt_id?: string): Block;
Parameter
Parameter | Typ | Beschreibung |
---|---|---|
prototypeName | String | Name des Sprachobjekts, das typspezifische Funktionen für diesen Block enthält. |
opt_id | String | (Optional) Optionale ID. Verwenden Sie diese ID, falls vorhanden. Andernfalls erstellen Sie eine neue ID. |
Gibt zurück:
Der erstellte Block.