Function: WorkspaceLayoutItem()
WorkspaceLayoutItem(
props):ReactElement<any,string|JSXElementConstructor<any>>
Defined in: workspace/workspaceLayout.tsx:132
Layout component to display an item withing a layout row or columns.
The item may be collapsed, in that case the children will not be rendered.
Parameters
| Parameter | Type |
|---|---|
|
Returns
ReactElement<any, string | JSXElementConstructor<any>>