Skip to main content
Version: Next

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

Parameters

Parameter

Type

Description

props

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

**Returns:**

React.JSX.Element | null