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