Backstage
    Preparing search index...

    Variable MenuDefinitionConst

    MenuDefinition: {
        classNames: {
            content: "bui-MenuContent";
            inner: "bui-MenuInner";
            root: "bui-MenuPopover";
        };
        propDefs: {
            className: {};
            maxHeight: {};
            maxWidth: {};
            placement: { default: "bottom start" };
            style: {};
            virtualized: { default: false };
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for Menu

    Type Declaration

    • ReadonlyclassNames: { content: "bui-MenuContent"; inner: "bui-MenuInner"; root: "bui-MenuPopover" }
    • ReadonlypropDefs: {
          className: {};
          maxHeight: {};
          maxWidth: {};
          placement: { default: "bottom start" };
          style: {};
          virtualized: { default: false };
      }
    • styles: { readonly [key: string]: string }