Skip to main content

Interface: LinkActionSpinnerProps

Defined in: widgets/linkAction.tsx:163

Props for LinkActionSpinner component.

See

LinkActionSpinner

Extends

Properties

PropertyTypeDescriptionInherited from

className?

string

Additional CSS class for the component.

LinkActionStyleProps.className

dockIndex

number

Place shift for the action button from the dockSide endpoint towards another endpoint (e.g. 1 for one place towards link target if dockSide is `source).

LinkActionStyleProps.dockIndex

dockSide

"source" | "target"

Link endpoint to place the action.

LinkActionStyleProps.dockSide

hotkey?

null | `Alt+${Capitalize<string>}` | `Meta+${Capitalize<string>}` | `Shift+${Capitalize<string>}` | `None+${Capitalize<string>}` | `Mod+${Capitalize<string>}` | `Ctrl+${Capitalize<string>}`

Keyboard hotkey for the action when it's mounted.

Passing null disables a default hotkey if there is one.

LinkActionStyleProps.hotkey

title?

string

Title for the action button.

LinkActionStyleProps.title