Skip to main content

<ShareButton> API

Deprecated

This feature is deprecated starting with Finsemble 6.5. It is no longer supported and will likely go away in the future.

The <ShareButton> component is included in the default window title bar to allow drag-and-drop data sharing with other components.

Even when used in the window title bar's template, the <ShareButton> when activated via via the Drag and Drop Client. See the drag-and-drop tutorial.

Props

<ShareButton> accepts no props.

Usage

Here's how the <ShareButton> component is used in the default window title bar:

<WindowTitleBarShell>
...
<div className="fsbl-header-left">
...
<ShareButton />
...
</div>
...
</WindowTitleBarShell>