Type alias EntityUcrx

EntityUcrx: ((this, cx, rx, entity) => 0 | 1)

Type declaration

    • (this, cx, rx, entity): 0 | 1
    • Named entity receiver.

      Entities has syntax like !entity.

      Parameters

      • this: void
      • cx: UcrxContext

        Charge processing context.

      • rx: Ucrx

        Charge receiver.

      • entity: string

        Entity name to process.

      Returns 0 | 1

      Either 1 if entity processed successfully, or 0 if entity can not be recognized. The next entity receiver will be used in the latter case.

Generated using TypeDoc