Skip to main content
Version: latest

DropdownItem

Interface

Item within a dropdown menu

Properties

onSelect

Callback for when the item is selected by the user

Type

() => void

Type declaration

Signature

() => void
Returns

void


title

Title of the menu item

Type

string