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)[]>;
}) => import("react/jsx-runtime").JSX.Element | null

Parameters

Parameter

Type

Description

props

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

**Returns:**

import("react/jsx-runtime").JSX.Element | null