ExperimentParameterValue interface

Interface representing a parameter value linked to an Experiment.

Signature:

export interface ExperimentParameterValue 

Properties

Property Type Description
experimentValue ExperimentValue The value returned by an Experiment.

ExperimentParameterValue.experimentValue

The value returned by an Experiment.

Signature:

experimentValue: ExperimentValue;