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