Skip to main content

Function: WorkspaceLayoutItem()

WorkspaceLayoutItem(props): ReactElement<any, string | JSXElementConstructor<any>>

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

ParameterType

props

WorkspaceLayoutItemProps

Returns

ReactElement<any, string | JSXElementConstructor<any>>

See

Defined in

workspace/workspaceLayout.tsx:132