The bundle header information may also have additional properties
Readonly Require-The dependencies of the bundle.
Optional activatorActivator implementation class of the bundle.
Readonly autoDefines, if the bundle starts automatically. Default is 'yes'.
Optional bundleIndicates, if this JavaScript package is a 'bundle'. If true, the default value for the field:
Optional componentsThe declarative components provided by the bundle.
Optional contactA contact address for the vendor.
Optional copyrightThe copyright notice of the bundle.
Optional dependenciesDependencies of the bundle. e.g. { apprt-core: "~4.2.3" }
Optional descriptionThe description of the bundle.
Optional excludedBrowsers and devices that are not supported by the bundle.
Optional i18nThe i18n files of the bundle.
If used, the value should be ["bundle"], pointing to the i18n files located at /nls/bundle.js.
Optional i18n-This key is only valid, if the bundle is an i18n extension bundle. In this case, it extends or overwrites the global i18n keys of other bundles. Example value: '["bundle"]'.
Optional iconThe icon of the bundle. This field is not exactly specified.
Optional keywordsA list of keywords for the bundle.
Optional layerThe layer file of the bundle. It contains compressed JavaScript resources. This file is fetched by the loading system, if the bundle is required by an app.
Optional licensesThe licenses of the bundle.
Optional locationThe location of the bundle. It is calculated by the JS registry backend.
Optional mainThe main entry point of the bundle. Typically, it is no longer required.
The symbolic name (unique ID) of the bundle.
Optional namespaceThe namespace of the bundle. The namespace is used to register the bundle in the AMD loader.
This property is obsolete and should not be used anymore.
Optional optionalOptional Dependencies of the bundle. e.g. { apprt-core: "~4.2.3" }
Optional productThe product name associated with the bundle.
Optional requiredBrowsers and devices that are supported by the bundle.
Optional skipIndicates, if the 'resolve' phase of the bundle start should be skipped.
Readonly startThe start level of the bundle. The default start level is 50. Smaller numbers will start earlier.
Optional titleThe title of the bundle, used as display name.
Optional urlThe URL of the bundle. Points e.g. to the bundle's code.
Optional vendorThe vendor of the bundle.
Readonly versionThe version of the bundle.
Generated using TypeDoc
Helper to access the parsed header information of the 'manifest.json' of the bundle.