nexus-agents - v2.80.0
    Preparing search index...

    Interface ExperimentVariant

    Experiment variant configuration.

    interface ExperimentVariant {
        id: string;
        name: string;
        description: string;
        trafficPercent: number;
        isControl: boolean;
    }
    Index

    Properties

    id: string

    Variant identifier

    name: string

    Human-readable name

    description: string

    Description of what this variant does

    trafficPercent: number

    Traffic allocation percentage (0-100)

    isControl: boolean

    Whether this is the control variant