Trails Packages
    Preparing search index...

    The return value of useRovingMenu.

    interface RovingMenuResult {
        menuProps: RovingMenuDomProps;
        menuState: RovingMenuState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    menuProps: RovingMenuDomProps

    DOM-Properties that must be applied to the menu's dom element.

    Note that other properties may be added in a future release.

    menuState: RovingMenuState

    Properties that should be passed to the RovingMenuRoot.

    The specific internals of this object are an implementation detail.