Skip to main content
Version: Next

NotificationsSideBarItemProps

Home > @backstage/plugin-notifications > NotificationsSideBarItemProps

Signature:

export type NotificationsSideBarItemProps = {
webNotificationsEnabled?: boolean;
titleCounterEnabled?: boolean;
snackbarEnabled?: boolean;
snackbarAutoHideDuration?: number | null;
snackbarProps?: NotificationSnackbarProperties;
className?: string;
icon?: IconComponent;
text?: string;
disableHighlight?: boolean;
noTrack?: boolean;
};

References: NotificationSnackbarProperties, IconComponent