Type Alias: EventManagerMapperValue
EventManagerMapperValue:
object
Represents the mapping of the event manager properties.
optionalactiveEventsCallbackMapper:Record<string,promiseResolveTypeForEvents>
The callback mapper for active events.
optionalcallbackForComponentLoadedEvent:FunctionStringCallback
The callback for the COMPONENT_LOADED event.
optionalloApplicationId:string
The Lightning Out application ID.
optionalloComponentId:string
The Lightning Out component ID.
optionalsdkWebComponent:AnalyticsComponent
The SDK web component ID.
optionaltarget:HTMLElement|WindowProxy
The target element. Valid values are HTMLElement or WindowProxy.
types/types.ts:292