Skip to main content

Interface: ToolbarActionProps

Props for ToolbarAction component.

See

ToolbarAction

Extends

Properties

PropertyTypeDescriptionInherited from

children?

ReactNode

Action content.

className?

string

Additional CSS class for the component.

ToolbarActionStyleProps.className

disabled?

boolean

Whether the action is disabled.

ToolbarActionStyleProps.disabled

onSelect?

() => void

Handler to call when the action is selected (button clicked or menu item selected).

title?

string

Title for the action button or menu item.

ToolbarActionStyleProps.title