blockly > WorkspaceSvg > newBlock
Méthode WorkspaceSvg.newBlock()
Obtenez un nouveau bloc.
Signature :
newBlock(prototypeName: string, opt_id?: string): BlockSvg;
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éé.