Backstage
    Preparing search index...
    NotificationDescription: {
        ref: SwappableComponentRef<
            NotificationDescriptionProps,
            NotificationDescriptionProps,
        >;
        (props: NotificationDescriptionProps): Element | null;
    } = ...

    Swappable component that renders the description of a notification in the notifications table. Apps can override this to customize how descriptions are displayed.

    Type Declaration