Optional Readonly baseOptional Readonly beforeA callback that is called before the Feature App is created.
Optional Readonly configA config object that is intended for a specific Feature App instance.
Optional Readonly doneA 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.
Optionally, the Feature App can pass a result into the done callback. The type/structure of the result must be agreed between the Integrator (or parent Feature App) and the Feature App.
Optional result: unknownOptional Readonly featureThe 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.
Optional Readonly parentIf the Feature App is created in the context of another Feature App, the
parentFeatureApp property should be populated accordingly. This allows
the integrator to collect information about "Feature App in Feature App"
usage.
Generated using TypeDoc
The absolute or relative base URL of the Feature App's assets and/or BFF.