Information about the activator that loaded a microfrontend.
This context is available to a microfrontend if loaded by an application activator. This object can be obtained from the ContextService using the name ACTIVATION_CONTEXT.
const ctx = await Beans.get(ContextService).lookup<ActivationContext>(ACTIVATION_CONTEXT); Copy
const ctx = await Beans.get(ContextService).lookup<ActivationContext>(ACTIVATION_CONTEXT);
Metadata about the activator that activated the microfrontend.
Indicates whether running in the context of the primary activator. The platform nominates one activator of each app as primary activator.
Information about the activator that loaded a microfrontend.
This context is available to a microfrontend if loaded by an application activator. This object can be obtained from the ContextService using the name ACTIVATION_CONTEXT.
See