WorkspaceWindowDefinitionConfiginterface
A config object which defines various workspace window-specific settings
Properties (7)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| allowExtract⚓︎ | boolean | x | x | Blocks the users ability to extract the specified window |
| allowReorder⚓︎ | boolean | x | x | Blocks the users ability to reorder the specified window |
| maxHeight⚓︎ | number | x | x | Specifies the maximum height in pixels for the workspace window |
| maxWidth⚓︎ | number | x | x | Specifies the maximum width in pixels for the workspace window |
| minHeight⚓︎ | number | x | x | Specifies the minimum height in pixels for the workspace window |
| minWidth⚓︎ | number | x | x | Specifies the minimum width in pixels for the workspace window |
| showCloseButton⚓︎ | boolean | x | x | Controls the visibility of the close button which is located in the window's tab |