Layoutinterface
Describes a Layout.
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| components⚓︎ | LayoutComponent[] | x | Array of component objects describing the apps that are saved in the Layout. |
|
| context⚓︎ | any | x | x | Layout context. |
| metadata⚓︎ | any | x | x | Layout metadata. |
| name⚓︎ | string | x | Name of the Layout, unique per Layout type. |
|
| type⚓︎ | LayoutType | x | Type of the Layout. |
|
| version⚓︎ | number | x | x | Version of the Layout. |