Base properties of any child component of the DropdownButton component.

interface DropdownButtonChildrenProps {
    onClose?: () => void;
}

Hierarchy (View Summary)

Properties

Properties

onClose?: () => void

Callback that is called when the drop down menu is closed.