Interface LDEvaluationDetailTyped<TFlag>

Type Parameters

  • TFlag

Hierarchy

  • LDEvaluationDetailTyped

Properties

An object describing the main factor that influenced the flag evaluation value.

value: TFlag

The result of the flag evaluation. This will be either one of the flag's variations or the default value that was passed to LDClient.variationDetail.

variationIndex?: null | number

The index of the returned value within the flag's list of variations, e.g. 0 for the first variation-- or null if the default value was returned.

Generated using TypeDoc