Event type
Optional
listener: (event: TData) => voidEvent listener
Add new event listener
Event type. If the event type is xAPI
, the listener's event parameter will be of type XAPIEvent
. Any dispatched XAPIEvent will trigger the xAPI
event.
Event listener
Optional
thisArg: ThisType<unknown>Optionally specify the listener's this
value
Add new event listener that will be fired only once
Event type. If the event type is xAPI
, the listener's event parameter will be of type XAPIEvent
. Any dispatched XAPIEvent will trigger the xAPI
event.
Event listener
Optional
thisArg: ThisType<unknown>Optionally specify the listener's this
value
Optional
paramsDispatch event
Event object or event type as string
Optional
eventData: TDataCustom event data (used when event type as string is used as first argument)
Optional
extras: { bubbles?: boolean; external?: boolean }
Remove event listener If no listener is specified, all listeners will be removed