NewLayoutOptionsinterface
Options for saving a new Layout.
Properties (8)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| context⚓︎ | any | x | x | Context to be saved with the Layout. |
| ignoreContexts⚓︎ | boolean | x | x | If |
| ignoreInstances⚓︎ | string[] | x | x | Only if the Layout type is |
| instances⚓︎ | string[] | x | x | Only if the Layout type is |
| metadata⚓︎ | any | x | x | Metadata to be saved with the Layout. |
| name⚓︎ | string | x | Name for the Layout. |
|
| setAsCurrent⚓︎ | boolean | x | x | If |
| type⚓︎ | LayoutType | "Global" | x | Type of the Layout. |