Interface IValueDuration<T>

Value-duration details, for minimum or maximum duration, used in IDuration.

Type Parameters

  • T

Hierarchy

  • IValueDuration

Properties

Properties

delay: number

Delay in ms it took to get the value.

index: number

Index of the value.

value: T

The value retrieved.