BoxDefinitioninterface
An object describing the possible options when opening a box inside a workspace.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| children⚓︎ | Array<WorkspaceWindowDefinition | BoxDefinition> | x | x | An array of all the box's children which will also be opened. |
| config⚓︎ | GroupDefinitionConfig | RowDefinitionConfig | ColumnDefinitionConfig | x | x | An optional config object which defines various box-specific settings |
| type⚓︎ | "column" | "row" | "group" | x | x | The type of the workspace element. |