blockly > serialization > workspaceComments > WorkspaceCommentSerializer
serialization.workspaceComments.WorkspaceCommentSerializer class
Serializer for saving and loading workspace comment state.
Signature:
export declare class WorkspaceCommentSerializer implements ISerializer
Implements: ISerializer
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number |
Methods
Method | Modifiers | Description |
|---|---|---|
Disposes of any comments that exist on the given workspace. | ||
Deserializes the comments defined by the given state into the given workspace. | ||
Returns the state of all workspace comments in the given workspace. |