Interface: ToolbarActionStyleProps
Base props for toolbar action components.
See
ToolbarAction
Extended by
Properties
Property | Type | Description |
---|
className?
| string
| Additional CSS class for the component. |
disabled?
| boolean
| Whether the action is disabled. |
title?
| string
| Title for the action button or menu item. |