RowDefinitionConfiginterface
A config object which defines various row-specific settings
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| allowDrop⚓︎ | boolean | x | x | (Enterprise only) Controls the ability of the users to drop outside windows in the row |
| allowSplitters⚓︎ | boolean | x | x | Prevents the splitters for being draggable, so the windows cannot be resized within the row |
| isPinned⚓︎ | boolean | x | x | Specifies if a row should be pinned. A pinned row will always maintain it's height, unless the user manually changes it by dragging the splitter |
| maxHeight⚓︎ | number | x | x | Specifies the maximum height in pixels for the row |
| maximizationBoundary⚓︎ | boolean | x | x | If set to true any child that is maximized will have its width and height constricted to the current element's size |
| minHeight⚓︎ | number | x | x | Specifies the minimum height in pixels for the row |