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