AboutSupportDeveloper GuideVersion 38.126.82.64
interface ApplicationInfo {
    initialOptions: WithUserAppConfigArgs & (ApplicationCreationOptions | PlatformOptions);
    launchMode: string;
    manifest: Manifest & {
        [key: string]: any;
    };
    manifestUrl: string;
    parentUuid?: string;
    runtime: {
        version: string;
    };
}

Properties

initialOptions: WithUserAppConfigArgs & (ApplicationCreationOptions | PlatformOptions)
launchMode: string
manifest: Manifest & {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
manifestUrl: string
parentUuid?: string
runtime: {
    version: string;
}

Type declaration

  • version: string