The <RevealAll>
component renders a button that reveals (brings to front but does not unminimize) all Finsemble
windows.
Name | Type | Required | Description |
---|---|---|---|
className | string | No | A list of class names to apply to the element, separated by spaces. |
<RevealAll>
will accept child components which will override the default icon.
<ToolbarShell>
...
<ToolbarSection>
...
<RevealAll/>
...
<ToolbarSection/>
...
</ToolbarSHell>