Skip to main content

Interface: ToolbarActionClearAllProps

Defined in: widgets/toolbarAction.tsx:226

Props for ToolbarActionClearAll component.

See

ToolbarActionClearAll

Extends

Properties

PropertyTypeDescriptionInherited from

className?

string

Additional CSS class for the component.

ToolbarActionStyleProps.className

disabled?

boolean

Whether the action is disabled.

ToolbarActionStyleProps.disabled

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.

ToolbarActionStyleProps.hotkey

title?

string

Title for the action button or menu item.

ToolbarActionStyleProps.title