OpenFin Workspace API
    Preparing search index...

    Interface NotificationsCountChanged

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

    "notifications-count-changed"

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

    Number of notifications in the Center.

    type: "notifications-count-changed"