React Hookers - v6.3.0
    Preparing search index...

    Interface HeadlessMenuProps

    Props for the useMenu hook.

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

    Properties

    Properties

    onClose?: () => void

    A callback invoked when the user requests to close the menu by pressing an arrow key.