Skip to main content

Home > blockly > Events > CommentDelete

Events.CommentDelete class

Notifies listeners that a workspace comment has been deleted.

Signature:

export declare class CommentDelete extends CommentBase 

Extends: CommentBase

Constructors

ConstructorModifiersDescription
(constructor)(opt_comment)Constructs a new instance of the CommentDelete class

Properties

PropertyModifiersTypeDescription
json?comments.State(Optional) The JSON representation of the created workspace comment.
typeEventType
xml?Element(Optional) The XML representation of the deleted workspace comment.

Methods

MethodModifiersDescription
run(forward)Run a creation event.
toJson()Encode the event as JSON.