Type alias LDEvaluationDetail

LDEvaluationDetail: Omit<CommonDetail, "reason"> & {
    reason?: LDEvaluationReason;
}

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

  • Optional reason?: LDEvaluationReason

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

Generated using TypeDoc