Skip to content

Workspace.setLayout method

Workspace › setLayout

Unofficial

Use deserialized layout data to reconstruct the workspace

Signature:

setLayout(data: SerializedWorkspace): Promise<void>

Parameters:

Parameter Type Description
data SerializedWorkspace The serialized workspace data.

Returns: Promise<void>A promise that resolves when the layout is reconstructed.