Type alias LDEvaluationDetailTyped<TFlag>

LDEvaluationDetailTyped<TFlag>: Omit<platform.LDEvaluationDetailTyped<TFlag>, "reason"> & {
    reason: LDEvaluationReason | null;
}

An object that combines the result of a feature flag evaluation with information about how it was calculated.

This is the result of calling detailed variation methods.

Type Parameters

  • TFlag

Type declaration

  • reason: LDEvaluationReason | null

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

Generated using TypeDoc