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 |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
comments.State | (Optional) The JSON representation of the created workspace comment. | ||
EventType | |||
Element | (Optional) The XML representation of the deleted workspace comment. |
Methods
Method | Modifiers | Description |
|---|---|---|
Run a creation event. | ||
Encode the event as JSON. |