WorkspaceWindowDefinitioninterface
An object describing the possible options when opening a window inside a workspace.
Properties (5)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| appName⚓︎ | string | x | x | The name of the application as defined, which will be opened. |
| config⚓︎ | WorkspaceWindowDefinitionConfig | x | x | A config object which defines various workspace window-specific settings |
| context⚓︎ | any | x | x | An object which will be passed to the newly created window. This object is then accessible via the Windows API |
| type⚓︎ | "window" | x | x | The type of the workspace element. |
| windowId⚓︎ | string | x | x | The window id of an existing standalone window, which will be dragged into the workspace. |