Interface SupplyDistributionTrackerProps

Hierarchy

  • SupplyDistributionTrackerProps

Properties

onFatalError?: ((value: unknown) => void)

Type declaration

    • (value: unknown): void
    • Parameters

      • value: unknown

      Returns void

retryBackoffConfig?: RetryBackoffConfig

Failed request retry strategy

trigger$: Observable<unknown>

SupplyDistribution re-fetch trigger.

Generated using TypeDoc