Interface EvaluationSeriesContext

Contextual information provided to evaluation stages.

interface EvaluationSeriesContext {
    context?: LDContext;
    defaultValue: unknown;
    flagKey: string;
}

Properties

context?: LDContext

Optional in case evaluations are performed before a context is set.

defaultValue: unknown

The default value that was provided.

flagKey: string

The flag key the evaluation is for.