LDEvaluationDetail: Omit<platform.LDEvaluationDetail, "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 LDClient.variationDetail.

Type declaration

  • reason: LDEvaluationReason | null

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

Generated using TypeDoc