Interface: ToolbarActionProps
Defined in: widgets/toolbarAction.tsx:53
Props for ToolbarAction component.
See
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
| Action content. | ‐ | |
| Additional CSS class for the component. | ||
| Whether the action is disabled. | ||
| Keyboard hotkey for the action when it's mounted. Passing | ||
() => | Handler to call when the action is selected (button clicked or menu item selected). | ‐ | |
| Title for the action button or menu item. |