blockly > Espace de travail > newBlock
Méthode Workspace.newBlock()
Obtenez un nouveau bloc.
Signature :
newBlock(prototypeName: string, opt_id?: string): Block;
Paramètres
Paramètre | Type | Description |
---|---|---|
prototypeName | chaîne | Nom de l'objet de langage contenant des fonctions spécifiques au type pour ce bloc. |
opt_id | chaîne | (Facultatif) ID facultatif. Utilisez cet ID s'il est fourni. Sinon, créez-en un autre. |
Renvoie :
Bloc créé.