Interface TransferEventCallbackData<TransferType>

A common ancestor sent to all registered TransferEventCallback functions

Type Parameters

Hierarchy

  • TransferEventCallbackData

Properties

Properties

The event on the state of the transfer.

transfer: TransferType

The transfer that is firing this event. This is potentially useful when multiple transfers are using the same callback function.

Generated using TypeDoc