Skip to main content

Home > blockly > Events > CommentResize > (constructor)

Events.CommentResize.(constructor)

Constructs a new instance of the CommentResize class

Signature:

constructor(opt_comment?: WorkspaceComment);

Parameters

ParameterTypeDescription
opt_commentWorkspaceComment(Optional) The comment that is being resized. Undefined for a blank event.