Documentation - v19.2.0-dev
    Preparing search index...
    interface Notification {
        definitlyClosed: boolean;
        displayed: boolean;
        id: string;
        message: string;
        read: boolean;
        status: NotificationStatus;
        timestamp: number;
        title: string;
        type: string;
    }
    Index

    Properties

    definitlyClosed: boolean

    Whether the notification will be displayed again on top of the toolbar when it will be updated, if the user closed it once before

    displayed: boolean

    Whether the notification will be displayed on top of the toolbar when it is triggered

    id: string
    message: string
    read: boolean
    timestamp: number
    title: string
    type: string