Readonly baseReadonly configA config object that is provided by the integrator.
Optional Readonly doneIf this callback is defined, 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: unknownReadonly featureThe ID that the integrator (or parent Feature App) has assigned to the Feature App instance.
Optional Readonly featureThe name that the integrator (or parent Feature App) might have assigned to the Feature App.
Readonly featureAn object of required Feature Services that are semver-compatible with the declared dependencies in the Feature App definition.
Generated using TypeDoc
The absolute or relative base URL of the Feature App's assets and/or BFF.