Skip to main content

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