Workspace.setLayout method
Workspace › setLayout
Unofficial
Use deserialized layout data to reconstruct the workspaceSignature:
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.