We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e490f4 commit cf69770Copy full SHA for cf69770
typings.d.ts
@@ -588,6 +588,14 @@ declare module 'launchdarkly-js-sdk-common' {
588
* The key of the failed prerequisite flag, if the kind was `'PREREQUISITE_FAILED'`.
589
*/
590
prerequisiteKey?: string;
591
+
592
+ /**
593
+ * Whether the evaluation was part of an experiment.
594
+ *
595
+ * This is true if the evaluation resulted in an experiment rollout and served one of
596
+ * the variations in the experiment. Otherwise it is false or undefined.
597
+ */
598
+ inExperiment?: boolean;
599
}
600
601
/**
0 commit comments