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

    Type Alias PreloadScriptInfo

    Preload script final state info after the execution of all of a window's preload scripts.

    type PreloadScriptInfo = {
        state: "load-failed" | "failed" | "succeeded";
    }
    Index
    state: "load-failed" | "failed" | "succeeded"