Skip to main content

Interface: DropdownMenuItemProps

Defined in: src/widgets/utility/dropdown.tsx:184

Props for DropdownMenuItem component.

See

DropdownMenuItem

Extends

  • HTMLAttributes<HTMLElement>

Properties

PropertyTypeDescriptionOverrides

children

ReactNode

Menu item content.

React.HTMLAttributes.children

className?

string

Additional CSS class for the component.

React.HTMLAttributes.className

disabled?

boolean

Whether the menu item is disabled for selection.

Default

false

onSelect?

() => void

Handler for the menu item selection.

React.HTMLAttributes.onSelect

title?

string

Title for the list item.

React.HTMLAttributes.title