Check if the bundle equals another bundle
the other bundle
true if the bundle is equal to the other bundle.
Lookup all required bundles with an optional skip filter.
Optional skip: ((bundle) => boolean)a function that will determine if a bundle should be skipped (optional)
an array of required bundles.
Get the bundle context.
the bundle context
Provides access to the manifest metadata.
Optional locale: stringe.g. de, en (optional)
the bundle header metadata.
Provides access to all services registered by this bundle.
an array of service references
Provides access to all services used (consumed) by this bundle.
an array of service references
Get the current state value of this bundle.
the current bundle state as number
Get the current bundle state name.
the current bundle state as string
Generated using TypeDoc
The Framework (or 'system' bundle) is a special instance of a bundle. It has the id === 0 and some special methods