Interface HeadlessMenuProps

Props of the useMenu hook.

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

Properties

Properties

onClose?: (() => void)

A handler that is called when a user requested to close the menu by pressing an arrow key.