blockly > Événements > CommentDelete > (constructeur)
Events.CommentDelete.(constructor)
Construit une nouvelle instance de la classe CommentDelete
.
Signature :
constructor(opt_comment?: WorkspaceComment);
Paramètres
Paramètre | Type | Description |
---|---|---|
opt_comment | WorkspaceComment | (Facultatif) Le commentaire supprimé. Non défini pour un événement vide. |