OpenFin Workspace API
    Preparing search index...

    Interface NotificationReminderRemovedEvent

    Event fired whenever a reminder has been canceled by the user, reminder notification is deleted or the reminder timeout has reached.

    "notification-reminder-removed"

    interface NotificationReminderRemovedEvent {
        notification: Readonly;
        type: "notification-reminder-removed";
    }
    Index
    notification: Readonly

    The notification associated with the reminder that has just been removed.

    This object will match what is returned from the create call when the notification was first created.

    type: "notification-reminder-removed"