Properties
Optional
addEventListener
addEventListener?: (<K>(type: K,
listener: ((ev: RxTxEventMap[K]) => any),
options?: AddEventListenerOptions) => void) Optional
Readonly
attributes
Optional
removeEventListener
removeEventListener?: (<K>(type: K,
listener: ((ev: RxTxEventMap[K]) => any),
options?: EventListenerOptions) => void)