A callback that is called before the Feature App is created.
A children function can be provided to customize rendering of the Feature App and provide Error or Loading UIs.
A config object that is passed to the Feature App's create
method.
A callback that is passed to the Feature App's create
method. A
short-lived Feature App can call this function when it has completed its
task. The Integrator (or parent Feature App) can then decide to e.g.
unmount the Feature App.
The Feature App ID is used to identify the Feature App instance. Multiple
Feature App Loaders with the same featureAppId
will render the same
Feature app instance. The ID is also used as a consumer ID for dependent
Feature Services. To render multiple instances of the same kind of Feature
App, different IDs must be used.
The Feature App's name. In contrast to the featureAppId
, the name must
not be unique. It can be used by required Feature Services for display
purposes, logging, looking up Feature App configuration meta data, etc.
The URL of the Feature App's client module bundle. If baseUrl is
specified, it will be prepended, unless src
is an absolute URL.
Generated using TypeDoc
The absolute or relative base URL of the Feature App's assets and/or BFF.