Interface: WorkspaceLayoutContainerProps
Defined in: workspace/workspaceLayout.tsx:62
Props for WorkspaceLayoutRow and WorkspaceLayoutColumn components.
See
Extends
CommonWorkspaceLayoutProps
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
| Expand/collapse animation duration for the child layout items. | ‐ | |
| Child layout components. | ‐ | |
| 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. |
| |
| 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
|
|