AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias NotificationEvent

    type NotificationEvent = {
        notificationId: string;
        type: "close" | "click" | "show";
    }
    Index
    notificationId: string
    type: "close" | "click" | "show"