Type Alias: DropdownItem
DropdownItem:
object
Dropdown item type definition.
Type declaration
Name | Type | Description |
---|---|---|
icon | ReactNode | Icon to display alongside the dropdown item |
iconPosition | "left" | "right" | Position of the icon relative to the text (left or right) |
key | string | Unique key for the dropdown item |
onClick | () => void | Custom onClick handler for the dropdown item |
text | string | Text to display for the dropdown item |
Defined in
packages/react-material-ui/src/components/Dropdown/Dropdown.tsx:17 (opens in a new tab)