Skip to main content

Reveal API

The <RevealAll> component renders a button that reveals (brings to front but does not unminimize) all Finsemble windows.

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>