Backstage
    Preparing search index...
    • MyGroupsSidebarItem can be added to your sidebar providing quick access to groups the logged in user is a member of

      Parameters

      • props: {
            filter?: Record<string, string | symbol | (string | symbol)[]>;
            icon: IconComponent;
            pluralTitle: string;
            singularTitle: string;
        }

      Returns Element | null