Interface RxTxBase

Hierarchy

Properties

Properties

attributes?: FwFace.Attributes
off?: ((...args) => void)

Type declaration

    • (...args): void
    • Parameters

      • Rest ...args: [event: keyof RxTxEvents, listener: (() => void) | (() => void)]

      Returns void

on?: ((...args) => void)

Type declaration

    • (...args): void
    • Parameters

      • Rest ...args: [event: keyof RxTxEvents, listener: (() => void) | (() => void)]

      Returns void

Generated using TypeDoc