Skip to main content

Interface: SelectionActionStyleProps

Base props for selection action components.

See

SelectionAction

Extended by

Properties

PropertyTypeDescription

className?

string

Additional CSS class for the component.

dock

DockDirection

Dock side direction for the action around the selected elements.

dockColumn?

number

Horizontal place shift for the action button (e.g. -1 for one place to the left, 1 for one place to the right).

dockRow?

number

Vertical place shift for the action button (e.g. -1 for one place above, 1 for one place below).

title?

string

Title for the action button.