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

    Type Alias WebNotificationProperties

    WebNotificationProperties: Pick<
        Notification,
        "tag"
        | "body"
        | "data"
        | "dir"
        | "icon"
        | "lang"
        | "title",
    >