RestoreWorkspaceConfiginterface
An object containing all the possible settings when restoring a workspace from a layout.
Properties (14)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| activateFrame⚓︎ | boolean | x | x | If |
| allowSystemHibernation⚓︎ | boolean | x | x | If |
| applicationName⚓︎ | string | x | x | The application name of the workspace app that should be used for the new frame. Available only in io.Connect Desktop. |
| context⚓︎ | object | x | x | An object which will be set as the window context of all windows inside this workspace. |
| frameId⚓︎ | string | x | x | A string id of an existing frame. If provided, this workspace will be opened in that specific frame |
| icon⚓︎ | string | x | x | Sets the icon related for the workspace. The icon will be used for example for pinned workspaces. |
| isPinned⚓︎ | boolean | x | x | Controls whether the workspace will be opened in a pinned or in a normal state |
| isSelected⚓︎ | boolean | x | x | Controls whether the workspace will be focused or not in the frame when opened |
| loadingStrategy⚓︎ | LoadingStrategy | x | x | x |
| newFrame⚓︎ | NewFrameConfig | boolean | x | x | A setting used to declare that the workspace must be in a new frame and also provide options for that new frame |
| noTabHeader⚓︎ | boolean | x | x | Opens the workspace without a workspace tab element |
| positionIndex⚓︎ | number | x | x | Specifies the position of the Workspace within the |
| reuseWorkspaceId⚓︎ | string | x | x | Used for replacing the specified workspace instead of creating a new one |
| title⚓︎ | string | x | x | The title of the new workspace. |