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

    Interface HeadlessMenuValue

    A value returned from the useMenu hook.

    interface HeadlessMenuValue {
        menuProps: HTMLAttributes<HTMLElement>;
    }
    Index

    Properties

    Properties

    menuProps: HTMLAttributes<HTMLElement>

    Props for the element that implements menu behavior.

    The object identity never changes between renders.