OptionalactivatorMaximum 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.
OptionalcapabilityAllows this application to access inactive capabilities.
Disabling this check is discouraged. Enabled by default.
OptionalexcludeExcludes this micro application from registration, e.g. to not register it in a specific environment.
OptionalintentionAllows this application to access public capabilities of other applications without declaring an intention.
Disabling this check is discouraged. Enabled by default.
OptionalintentionAllows this application to register and unregister intentions at runtime.
Enabling this API is discouraged. Disabled by default.
OptionalmanifestMaximum 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.
OptionalscopeAllows this application to access private capabilities of other applications.
Disabling this check is discouraged. Enabled by default.
OptionalsecondarySpecifies an additional origin (in addition to the origin of the application) from which the application is allowed to connect to the platform.
By default, if not set, the application is allowed to connect from the origin of the manifest URL or the base URL as specified in the manifest file. Setting an additional origin may be necessary if, for example, integrating microfrontends into a rich client, enabling an integrator to bridge messages between clients and host across browser boundaries.
Unique symbolic name of this micro application.
The symbolic name must be unique and contain only lowercase alphanumeric characters and hyphens.
Describes how to register an application in the platform.