Type Alias: EventManagerMapperValue

EventManagerMapperValue: object

Represents the mapping of the event manager properties.

optional activeEventsCallbackMapper: Record<string, promiseResolveTypeForEvents>

The callback mapper for active events.

optional callbackForComponentLoadedEvent: FunctionStringCallback

The callback for the COMPONENT_LOADED event.

optional loApplicationId: string

The Lightning Out application ID.

optional loComponentId: string

The Lightning Out component ID.

optional sdkWebComponent: AnalyticsComponent

The SDK web component ID.

optional target: HTMLElement | WindowProxy

The target element. Valid values are HTMLElement or WindowProxy.

types/types.ts:292