Skip to main content

Interface: ToolbarActionOpenProps

Props for ToolbarActionOpen component.

See

ToolbarActionOpen

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

fileAccept?

string

Accepted file types for the file selection.

onSelect

(file: File) => void

Handler for the selected file.

title?

string

Title for the action button or menu item.

ToolbarActionStyleProps.title