Skip to main content

Home > blockly > Events > CommentMove > (constructor)

Events.CommentMove.(constructor)

Constructs a new instance of the CommentMove class

Signature:

constructor(opt_comment?: WorkspaceComment);

Parameters

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