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

    Interface HeadlessMenuProps

    Props of the useMenu hook.

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

    Properties

    Properties

    onClose?: () => void

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