Type alias ApplicationInfo
Application
Info
: { initialOptions
: ApplicationCreationOptions; launchMode
: string; manifest
: Manifest & { [key:
string]
: any; }; manifestUrl
: string; parentUuid
?: string; runtime
: { version
: string; }; }
Type declaration
-
-
launchMode: string
-
manifest: Manifest & {
[key: string]: any;
}
-
manifestUrl: string
-
Optional
parentUuid?: string
-
runtime: {
version: string;
}