Type alias Receiver<T>

Receiver<T>: ((this, ...args) => void)

Type Parameters

  • T

    Tracked value type.

Type declaration

    • (this, ...args): void
    • Tracked value receiver signature.

      Accepts current value and the method it is received by as parameters. Receives no arguments if there is no current value.

      Parameters

      • this: void
      • Rest ...args: [value: T, by: CxRequestMethod] | [undefined?, undefined?]

      Returns void

Generated using TypeDoc