AboutSupportDeveloper GuideVersion 22.3.18

Event fired whenever the total number of notifications from all sources changes.

"notifications-count-changed"

interface NotificationsCountChanged {
    count: number;
    type: "notifications-count-changed";
}

Properties

Properties

count: number

Number of notifications in the Center.

type