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

Constructor Modifiers Description
(constructor)(opt_comment) Constructs a new instance of the CommentDelete class

Properties

Property Modifiers Type Description
type string
xml? Element (Optional) The XML representation of the deleted workspace comment.

Methods

Method Modifiers Description
run(forward) Run a creation event.
toJson() Encode the event as JSON.