WorkspaceDefinitioninterface
Describes a Workspace to be created.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| children⚓︎ | Array<WorkspaceWindowDefinition | BoxDefinition> | x | x | Array of objects describing the Workspace windows and box elements (rows, columns, groups) that the Workspace will contain. |
| config⚓︎ | WorkspaceConfig | x | x | Configuration for the new Workspace. |
| context⚓︎ | any | x | x | Context object for the Workspace. Can contain any data relevant to the Workspace which the Workspace or the apps loaded in it can use after the Workspace has been created. |
| frame⚓︎ | FrameTargetingOptions | x | x | Options for targeting a Workspaces App instance that will host the newly created Workspace. |