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