WorkspaceLayoutSaveConfiginterface
A configuration object used to save a current workspace as a layout
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| allowMultiple⚓︎ | boolean | true | x | If |
| metadata⚓︎ | object | x | x | Object which will be saved as part of the layout |
| name⚓︎ | string | x | A string used as name (doubles as id) of the layout, which is later used when restoring it. |
|
| saveContext⚓︎ | boolean | x | x | Toggles whether or not the current workspace context should be saved in the layout |
| saveWindowContexts⚓︎ | boolean | false | x | If |
| workspaceId⚓︎ | string | x | A string representing the id of the workspace whose structure should be saved into a layout. |