IConnectorExperiment

@blings/blings-player


@blings/blings-player / IConnectorExperiment

Interface: IConnectorExperiment

Extends

Properties

from?

optional from: ExperimentFrom

From where this experiment came from. This can be either "Backend" or "SDK"

Inherited from

IExperiment.from


id

id: string

The identifier of the experiment. This can be a UUID or one of the ISdkSettings keys

Inherited from

IExperiment.id


type

type: "connector-experiment"

Connector experiments will always be of type "connector-experiment"

Overrides

IExperiment.type


variants

variants: Variant<JSONValue>[]

The possible variants for this experiment

Inherited from

IExperiment.variants

Last updated