WarningLegacy version 6 documentation. View current documentation.

MinimizeAll

A button that minimizes all windows on the the user's screen.

Name Type Required Description
className string No A list of class names to apply to the element, separated by spaces.

Usage Example

<ToolbarShell>
    ...
    <ToolbarSection>
        ...
        <MinimizeAll/>
        ...
    <ToolbarSection/>
    ...
</ToolbarSHell>

<MinimizeAll> will accept child components which will override the default icon.