Skip to main content

Home > 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

ParameterTypeDescription
elemElement
workspaceWorkspace

Returns:

WorkspaceComment