> For the complete documentation index, see [llms.txt](https://blings.gitbook.io/blings-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blings.gitbook.io/blings-knowledge-base/documentation/interfaces/iexperiment.md).

# IExperiment

[**@blings/blings-player**](https://github.com/blingsio/docs/blob/main/player/documentation/README.md)

***

[@blings/blings-player](https://github.com/blingsio/docs/blob/main/player/documentation/globals.md) / IExperiment

## Interface: IExperiment\<V>

### Extended by

* [`ISettingsExperiment`](/blings-knowledge-base/documentation/interfaces/isettingsexperiment.md)
* [`ISceneExperiment`](/blings-knowledge-base/documentation/interfaces/isceneexperiment.md)
* [`IConnectorExperiment`](/blings-knowledge-base/documentation/interfaces/iconnectorexperiment.md)

### Type Parameters

#### V

`V` *extends* [`ExperimentValues`](/blings-knowledge-base/documentation/type-aliases/experimentvalues.md)

### 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`](/blings-knowledge-base/documentation/type-aliases/experimenttypes.md)

The type of the experiment. This can be either "connector-experiment" or "settings-experiment"

***

#### variants

> **variants**: [`Variant`](/blings-knowledge-base/documentation/interfaces/variant.md)<`V`>\[]

The possible variants for this experiment
