Type Alias DropdownSelectCallback

DropdownSelectCallback: ((details: DropdownSelectEventDetails) => void | undefined | boolean)

Callback function for DropdownMenuElement's ondropdownselect property. Explicitly returning false will prevent the menu from closing.