launchdarkly-react-client-sdk - v3.9.0
    Preparing search index...

    Interface EvaluationSeriesContext

    Contextual information provided to evaluation stages.

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

    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.