Skip to main content

Reveal API

The <RevealAll> component renders a button that reveals (restores from minimize and brings to front) all windows in the current workspace.

Props

NameTypeRequiredDescription
classNamestringNoA list of class names to apply to the element, separated by spaces.

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

Usage

<ToolbarShell>
...
<ToolbarSection>
...
<RevealAll/>
...
<ToolbarSection/>
...
</ToolbarSHell>