Skip to main content

MyGroupsSidebarItem

Home > @backstage/plugin-org > MyGroupsSidebarItem

MyGroupsSidebarItem can be added to your sidebar providing quick access to groups the logged in user is a member of

Signature:

MyGroupsSidebarItem: (props: {
singularTitle: string;
pluralTitle: string;
icon: IconComponent;
filter?: Record<string, string | symbol | (string | symbol)[]>;
}) => React.JSX.Element | null