Maximum time (in milliseconds) for this application to signal readiness.
If activating this application takes longer, the host logs an error and continues startup. If set, overrides the global timeout as configured in MicrofrontendPlatformConfig.activatorLoadTimeout.
Excludes this micro application from registration, e.g. to not register it in a specific environment.
Controls whether this micro application can interact with the capabilities of other apps without having to declare respective intentions.
By default, intention check is enabled. Disabling intention check is strongly discouraged.
Controls whether this micro application can register and unregister intentions dynamically at runtime.
By default, this API is disabled. Enabling this API is strongly discouraged.
Maximum time (in milliseconds) that the host waits until the manifest for this application is loaded.
If set, overrides the global timeout as configured in MicrofrontendPlatformConfig.manifestLoadTimeout.
URL to the application manifest.
Specifies the origin where message from this application must originate from. Messages of a different origin will be rejected. If not set, the origin is derived from the manifest URL or the base URL as specified in the manifest file. Setting a different origin may be necessary if, for example, integrating microfrontends into a rich client, allowing an integrator to bridge messages to a remote host.
Controls whether this micro application can interact with private capabilities of other micro applications.
By default, scope check is enabled. Disabling scope check is strongly discouraged.
Unique symbolic name of this micro application.
The symbolic name must be unique and contain only lowercase alphanumeric characters and hyphens.
Generated using TypeDoc
Describes how to register an application in the platform.