blockly > Xml > loadWorkspaceComment
Xml.loadWorkspaceComment() function
Deserializes the given comment state into the given workspace.
Signature:
export declare function loadWorkspaceComment(elem: Element, workspace: Workspace): WorkspaceComment;
Parameters
Parameter | Type | Description |
---|---|---|
elem | Element | |
workspace | Workspace |
Returns: