Represents an Experiment value.
Signature:
export interface ExperimentValue
Properties
| Property | Type | Description |
|---|---|---|
| experimentId | string | ID of the Experiment to which the value is linked. |
| variantValue | ExperimentVariantValue[] | Collection of ExperimentVariantValues that represents the variants served by the Experiment. |
ExperimentValue.experimentId
ID of the Experiment to which the value is linked.
Signature:
experimentId: string;
ExperimentValue.variantValue
Collection of ExperimentVariantValues that represents the variants served by the Experiment.
Signature:
variantValue: ExperimentVariantValue[];