blockly > BlockSvg > (constructeur)
BlockSvg.(constructor)
Construit une nouvelle instance de la classe BlockSvg
.
Signature :
constructor(workspace: WorkspaceSvg, prototypeName: string, opt_id?: string);
Paramètres
Paramètre | Type | Description |
---|---|---|
espace de travail | WorkspaceSvg | Espace de travail du bloc. |
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. |