Experiment JS Client Documentation - v1.21.0
    Preparing search index...

    Type Alias FlagEvaluationTraceAlpha

    type FlagEvaluationTrace = {
        flagKey: string;
        matched: boolean;
        matchedSegment?: string;
        steps: EvaluationSegmentResult[];
    }
    Index

    Properties

    flagKey: string
    matched: boolean
    matchedSegment?: string