Interface: WorkspaceLayoutItemProps
Props for WorkspaceLayoutItem component.
See
Extends
CommonWorkspaceLayoutProps
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
|
| Layout item children. When the layout item is collapsed, the children will not render. | ‐ |
|
| Size to use when the layout component is collapsed. The size is Default is |
|
|
| Whether the layout component is collapsed by default. Default
|
|
|
| Default size for the layout component. The size is Default is computed automatically by dividing the space evenly between child components. |
|
|
| Heading content for the layout item. | ‐ |
|
| Unique layout component ID withing the layout component tree. | ‐ |
|
| Minimum size for the layout component. If the layout component is resized below this size it would be considered collapsed. The size is |
|
|
| Disables the docking for the layout component. A layout component with docking displays controls to expand/collapse it if the component is the first or the last one within a column. Default
|
|