Options
All
  • Public
  • Public/Protected
  • All
Menu

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);
see

ACTIVATION_CONTEXT

see

ContextService

Hierarchy

  • ActivationContext

Index

Properties

Metadata about the activator that activated the microfrontend.

primary: boolean

Indicates whether running in the context of the primary activator. The platform nominates one activator of each app as primary activator.

Generated using TypeDoc