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

    Interface AppVersionErrorEvent

    Generated when none of fallback manifests is compatible to the system.

    interface AppVersionErrorEvent {
        error: string;
        srcManifest: string;
        type: "app-version-error";
    }
    Index
    error: string
    srcManifest: string
    type: "app-version-error"