WorkspaceLayoutinterface
An object describing a workspace layout.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| components⚓︎ | Array<WorkspaceComponent> | x | The components of the workspace layout. This collection can contain only one element and it must be a workspace component. |
|
| metadata⚓︎ | any | x | x | An object containing various layout metadata. |
| name⚓︎ | string | x | An unique string name and identifier of the layout |
|
| type⚓︎ | "Workspace" | x | The type of the workspace element. |