blockly > Events > CommentCreate

Events.CommentCreate class

Notifies listeners that a workspace comment was created.

Signature:

export declare class CommentCreate extends CommentBase 

Extends: CommentBase

Constructors

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

Properties

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

Methods

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