blockly > Espace de travail > newComment
Méthode Workspace.newComment()
Récupérez un nouveau commentaire.
Signature :
newComment(id?: string): WorkspaceComment;
Paramètres
Paramètre | Type | Description |
---|---|---|
id | chaîne | (Facultatif) ID facultatif. Utilisez cet ID s'il est fourni. Sinon, créez-en un autre. |
Renvoie :
Commentaire créé.