Interface ProgressObserver<T>

Custom progress observer type. It can be used to keep track of the CancelableAsyncFlows progress.

Type Parameters

  • T

Hierarchy

  • ProgressObserver

Properties

Properties

progress?: T

Use this to pass your custom progress type to the generator function.

Generated using TypeDoc