IExperiment
Last updated
@blings/blings-player / IExperiment
V extends ExperimentValues
optionalfrom:ExperimentFrom
From where this experiment came from. This can be either "Backend" or "SDK"
id:
string
The identifier of the experiment. This can be a UUID or one of the ISdkSettings keys
type:
ExperimentTypes
The type of the experiment. This can be either "connector-experiment" or "settings-experiment"
variants:
Variant<V>[]
The possible variants for this experiment
Last updated

