OpenFin Workspace API
    Preparing search index...

    Interface NotificationToastDismissedEvent

    Event fired whenever notification toast has been dismissed. This could be either by pressing notification dismiss - button or by clicking notification body if BODY_CLICK action has been set to "dismiss_event".

    "notification-toast-dismissed"

    interface NotificationToastDismissedEvent {
        notification: Readonly;
        type: "notification-toast-dismissed";
    }
    Index
    notification: Readonly
    type: "notification-toast-dismissed"