@hydroperx/metrodesign
    Preparing search index...

    Function PopoverMenu

    • Either a popover menu or a context menu.

      Parameters

      • params: {
            children?: ReactNode;
            className?: string;
            controller?: PopoverMenuController;
            id?: string;
            style?: CSSProperties;
        }
        • Optionalchildren?: ReactNode
        • OptionalclassName?: string
        • Optionalcontroller?: PopoverMenuController

          Passing a controller allows explicitly opening or closing a popover menu.

        • Optionalid?: string
        • Optionalstyle?: CSSProperties

      Returns ReactNode