MinimizeButton API
The <MinimizeButton>
component is button for the window title bar that minimizes the window.
Even when used in the window title bar's template, the <MinimizeButton>
will only show itself for components that have
the feature enabled in config. See the config reference.
Props
<MinimizeButton>
accepts no props.
Usage
Here's how the <MinimizeButton>
component is used in the default window title bar:
<WindowTitleBarShell>
...
<div className="fsbl-header-right">
...
<MinimizeButton />
...
</div>
...
</WindowTitleBarShell>