Skip to main content

Interface: LinkActionMoveEndpointProps

Defined in: widgets/linkAction.tsx:395

Props for LinkActionMoveEndpoint component.

See

LinkActionMoveEndpoint

Extends

Properties

PropertyTypeDescriptionInherited from

className?

string

Additional CSS class for the component.

Omit.className

dockSide

"source" | "target"

Link endpoint to place the action.

Omit.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.

Omit.hotkey

title?

string

Title for the action button.

Omit.title