blockly > Xml > saveWorkspaceComment

Xml.saveWorkspaceComment() function

Serializes the given workspace comment to XML.

Signature:

export declare function saveWorkspaceComment(comment: WorkspaceComment, skipId?: boolean): Element;

Parameters

Parameter Type Description
comment WorkspaceComment
skipId boolean (Optional)

Returns:

Element