Interface: DropdownMenuItemProps
Defined in: src/widgets/utility/dropdown.tsx:184
Props for DropdownMenuItem component.
See
Extends
HTMLAttributes<HTMLElement>
Properties
| Property | Type | Description | Overrides |
|---|---|---|---|
| Menu item content. |
| |
| Additional CSS class for the component. |
| |
| Whether the menu item is disabled for selection. Default | ‐ | |
() => | Handler for the menu item selection. |
| |
| Title for the list item. |
|