Function: saveWorkspaceComment()
function saveWorkspaceComment(comment, skipId?): Element;
Defined in: packages/blockly/core/xml.ts:61
Serializes the given workspace comment to XML.
Parameters
| Parameter | Type | Default value |
|---|---|---|
comment | WorkspaceComment | undefined |
skipId | boolean | false |
Returns
Element