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

    Interface AppVersionCompleteEvent

    Generated when system app versioning is successfully completed.

    interface AppVersionCompleteEvent {
        manifest: string | null;
        srcManifest: string;
        type: "app-version-complete";
    }
    Index
    manifest: string | null
    srcManifest: string
    type: "app-version-complete"