blockly > Events > CommentDelete > (constructor)
Events.CommentDelete.(constructor)
Constructs a new instance of the CommentDelete
class
Signature:
constructor(opt_comment?: WorkspaceComment);
Parameters
Parameter | Type | Description |
---|---|---|
opt_comment | WorkspaceComment | (Optional) The deleted comment. Undefined for a blank event. |