OpenFin Workspace API
    Preparing search index...

    Interface NotificationCreatedEvent

    Event fired whenever a new notification has been created.

    "notification-created"

    interface NotificationCreatedEvent {
        notification: Readonly;
        type: "notification-created";
    }
    Index
    notification: Readonly

    The notification that has just been created.

    This object will match what is returned from the create call.

    type: "notification-created"