Interface RxTxBase

interface RxTxBase {
    addEventListener?: (<K>(type: K, listener: ((ev: RxTxEventMap[K]) => any), options?: AddEventListenerOptions) => void);
    attributes?: FwFace.Attributes;
    removeEventListener?: (<K>(type: K, listener: ((ev: RxTxEventMap[K]) => any), options?: EventListenerOptions) => void);
}

Hierarchy (view full)

Properties

addEventListener?: (<K>(type: K, listener: ((ev: RxTxEventMap[K]) => any), options?: AddEventListenerOptions) => void)
attributes?: FwFace.Attributes
removeEventListener?: (<K>(type: K, listener: ((ev: RxTxEventMap[K]) => any), options?: EventListenerOptions) => void)