Skip to main content

Home > blockly > Events > CommentChange

Events.CommentChange class

Notifies listeners that the contents of a workspace comment has changed.

Signature:

export declare class CommentChange extends CommentBase 

Extends: CommentBase

Constructors

ConstructorModifiersDescription
(constructor)(opt_comment, opt_oldContents, opt_newContents)Constructs a new instance of the CommentChange class

Properties

PropertyModifiersTypeDescription
newContents_?string(Optional) The new contents of the comment.
oldContents_?string(Optional) The previous contents of the comment.
typeEventType

Methods

MethodModifiersDescription
isNull()Does this event record any change of state?
run(forward)Run a change event.
toJson()Encode the event as JSON.