Layoutinterface
Describes a Layout and its components.
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| components⚓︎ | Array<WindowComponent | WorkspaceFrameComponent | WorkspaceComponent> | x | Array of component objects describing the apps and Workspaces saved in the Layout. |
|
| context⚓︎ | any | x | x | Context object passed when the Layout was saved. |
| metadata⚓︎ | any | x | x | Metadata passed when the Layout was saved. |
| name⚓︎ | string | x | Name of the Layout. The name is unique per Layout type. |
|
| type⚓︎ | LayoutType | x | Type of the Layout. |
|
| version⚓︎ | number | x | x | Version of the Layout. |