Type alias MandatoryReceiver<T>

MandatoryReceiver<T>: ((this, value, by) => void)

Type Parameters

  • T

    Tracked value type.

Type declaration

    • (this, value, by): void
    • Mandatory tracked value receiver signature.

      It is used when expected that the current value is always present.

      Parameters

      • this: void
      • value: T

        Current value.

      • by: CxRequestMethod

        The method the current value received by.

      Returns void

Generated using TypeDoc