|
| 1 | +Project: /docs/reference/js/_project.yaml |
| 2 | +Book: /docs/reference/_book.yaml |
| 3 | +page_type: reference |
| 4 | + |
| 5 | +{% comment %} |
| 6 | +DO NOT EDIT THIS FILE! |
| 7 | +This is generated by the JS SDK team, and any local changes will be |
| 8 | +overwritten. Changes should be made in the source code at |
| 9 | +https://github.com/firebase/firebase-js-sdk |
| 10 | +{% endcomment %} |
| 11 | + |
| 12 | +# FirebaseExperimentDescription interface |
| 13 | +Defines experiment and variant attached to a config parameter. |
| 14 | + |
| 15 | +<b>Signature:</b> |
| 16 | + |
| 17 | +```typescript |
| 18 | +export interface FirebaseExperimentDescription |
| 19 | +``` |
| 20 | + |
| 21 | +## Properties |
| 22 | + |
| 23 | +| Property | Type | Description | |
| 24 | +| --- | --- | --- | |
| 25 | +| [affectedParameterKeys](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescriptionaffectedparameterkeys) | string\[\] | | |
| 26 | +| [experimentId](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescriptionexperimentid) | string | | |
| 27 | +| [experimentStartTime](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescriptionexperimentstarttime) | string | | |
| 28 | +| [timeToLiveMillis](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescriptiontimetolivemillis) | string | | |
| 29 | +| [triggerTimeoutMillis](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescriptiontriggertimeoutmillis) | string | | |
| 30 | +| [variantId](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescriptionvariantid) | string | | |
| 31 | + |
| 32 | +## FirebaseExperimentDescription.affectedParameterKeys |
| 33 | + |
| 34 | +<b>Signature:</b> |
| 35 | + |
| 36 | +```typescript |
| 37 | +affectedParameterKeys?: string[]; |
| 38 | +``` |
| 39 | + |
| 40 | +## FirebaseExperimentDescription.experimentId |
| 41 | + |
| 42 | +<b>Signature:</b> |
| 43 | + |
| 44 | +```typescript |
| 45 | +experimentId: string; |
| 46 | +``` |
| 47 | + |
| 48 | +## FirebaseExperimentDescription.experimentStartTime |
| 49 | + |
| 50 | +<b>Signature:</b> |
| 51 | + |
| 52 | +```typescript |
| 53 | +experimentStartTime: string; |
| 54 | +``` |
| 55 | + |
| 56 | +## FirebaseExperimentDescription.timeToLiveMillis |
| 57 | + |
| 58 | +<b>Signature:</b> |
| 59 | + |
| 60 | +```typescript |
| 61 | +timeToLiveMillis: string; |
| 62 | +``` |
| 63 | + |
| 64 | +## FirebaseExperimentDescription.triggerTimeoutMillis |
| 65 | + |
| 66 | +<b>Signature:</b> |
| 67 | + |
| 68 | +```typescript |
| 69 | +triggerTimeoutMillis: string; |
| 70 | +``` |
| 71 | + |
| 72 | +## FirebaseExperimentDescription.variantId |
| 73 | + |
| 74 | +<b>Signature:</b> |
| 75 | + |
| 76 | +```typescript |
| 77 | +variantId: string; |
| 78 | +``` |
0 commit comments