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

    Interface AppAssetInfo

    interface AppAssetInfo {
        alias: string;
        args?: string;
        mandatory?: boolean;
        src: string;
        target?: string;
        version: string;
    }
    Index
    alias: string

    The name of the asset

    args?: string

    The default command line arguments for the aforementioned target.

    mandatory?: boolean

    When set to true, the app will fail to load if the asset cannot be downloaded. When set to false, the app will continue to load if the asset cannot be downloaded. (Default: true)

    src: string

    The URL to a zip file containing the package files (executables, dlls, etc…)

    target?: string

    Specify default executable to launch. This option can be overridden in launchExternalProcess

    version: string

    The version of the package