<LinkerButton>
API
The <LinkerButton>
component is button that launches the linker menu for the window. It is included in the default window titlebar.
Even when used in the window title bar's template, the <LinkerButton>
will only show itself for components that have the feature enabled in config. See the Interop tutorial or the linker menu docs.
Props
<LinkerButton>
accepts no props.
Usage
Here's how the <LinkerButton>
component is used in the default window title bar:
<WindowTitleBarShell>
...
<div className="fsbl-header-left">
...
<LinkerButton />
...
</div>
...
</WindowTitleBarShell>