Type Alias DropdownOpenCallback

DropdownOpenCallback: ((details: DropdownOpenEventDetails) => void | undefined | boolean)

Callback function for DropdownMenuElement's ondropdownopen property. Explicitly returning false will prevent the menu from opening, and the default "click" or "contextmenu" behaviour will not be prevented.