docs-devsite/remote-config.firebaseexperimentdescription.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Defines experiment and variant attached to a config parameter.
<b>Signature:</b>
export interface FirebaseExperimentDescription
| Property | Type | Description |
|---|---|---|
| affectedParameterKeys | string[] | |
| experimentId | string | |
| experimentStartTime | string | |
| timeToLiveMillis | string | |
| triggerTimeoutMillis | string | |
| variantId | string |
<b>Signature:</b>
affectedParameterKeys?: string[];
<b>Signature:</b>
experimentId: string;
<b>Signature:</b>
experimentStartTime: string;
<b>Signature:</b>
timeToLiveMillis: string;
<b>Signature:</b>
triggerTimeoutMillis: string;
<b>Signature:</b>
variantId: string;