Skip to main content
Version: Next

NotificationsSidebarItem()

Home > @backstage/plugin-notifications > NotificationsSidebarItem

Signature:

NotificationsSidebarItem: (props?: {
webNotificationsEnabled?: boolean;
titleCounterEnabled?: boolean;
snackbarEnabled?: boolean;
snackbarAutoHideDuration?: number | null;
className?: string;
icon?: IconComponent;
text?: string;
disableHighlight?: boolean;
noTrack?: boolean;
}) => React.JSX.Element

Parameters

Parameter

Type

Description

props

{ webNotificationsEnabled?: boolean; titleCounterEnabled?: boolean; snackbarEnabled?: boolean; snackbarAutoHideDuration?: number | null; className?: string; icon?: IconComponent; text?: string; disableHighlight?: boolean; noTrack?: boolean; }

(Optional)

**Returns:**

React.JSX.Element