blockly > Events > CommentMove > (constructor)

Events.CommentMove.(constructor)

Constructs a new instance of the CommentMove class

Signature:

constructor(opt_comment?: WorkspaceComment);

Parameters

Parameter Type Description
opt_comment WorkspaceComment (Optional) The comment that is being moved. Undefined for a blank event.