Optional
Readonly
baseOptional
Readonly
beforeA callback that is called before the Feature App is created.
Optional
Readonly
childrenA children function can be provided to customize rendering of the Feature App and provide Error or Loading UIs.
Optional
Readonly
configA config object that is passed to the Feature App's create
method.
Optional
Readonly
cssOptional
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
moduleThe module type of the Feature App's client module bundle. It is passed to the module loader that was provided as part of FeatureAppManagerOptions.moduleLoader.
Optional
Readonly
onOptional
Readonly
serverThe module type of the Feature App's server module bundle. It is passed to the module loader that was provided as part of FeatureAppManagerOptions.moduleLoader.
Optional
Readonly
serverReadonly
srcThe 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.