core.eventtarget_2 | Medplum

EventTarget_2 class

Signature:

export declare class EventTarget

Constructors

Constructor Modifiers Description
(constructor)() Constructs a new instance of the EventTarget class

Methods

Method Modifiers Description
addEventListener(type, callback)
dispatchEvent(event)
listenerCount(type) Gets the number of listeners for the provided Event type.
removeAllListeners()
removeEventListener(type, callback)