Defines experiment and variant attached to a config parameter.
Signature:
export interface FirebaseExperimentDescription
Properties
| Property | Type | Description |
|---|---|---|
| affectedParameterKeys | string[] | |
| experimentId | string | |
| experimentStartTime | string | |
| timeToLiveMillis | string | |
| triggerTimeoutMillis | string | |
| variantId | string |
FirebaseExperimentDescription.affectedParameterKeys
Signature:
affectedParameterKeys?: string[];
FirebaseExperimentDescription.experimentId
Signature:
experimentId: string;
FirebaseExperimentDescription.experimentStartTime
Signature:
experimentStartTime: string;
FirebaseExperimentDescription.timeToLiveMillis
Signature:
timeToLiveMillis: string;
FirebaseExperimentDescription.triggerTimeoutMillis
Signature:
triggerTimeoutMillis: string;
FirebaseExperimentDescription.variantId
Signature:
variantId: string;