You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/splitio.d.ts
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,11 @@ interface ISharedSettings {
24
24
sync?: {
25
25
/**
26
26
* List of feature flag filters. These filters are used to fetch a subset of the feature flag definitions in your environment, in order to reduce the delay of the SDK to be ready.
27
-
* This configuration is only meaningful when the SDK is working in "standalone" mode.
27
+
*
28
+
* NOTES:
29
+
* - This configuration is only meaningful when the SDK is working in `"standalone"` mode.
30
+
* - If `bySet` filter is provided, `byName` and `byPrefix` filters are ignored.
31
+
* - If both `byName` and `byPrefix` filters are provided, the intersection of the two groups of feature flags is fetched.
* List of values: feature flag names for 'byName' filter type, and feature flag name prefixes for 'byPrefix' type.
1142
+
* List of values: flag set names for 'bySet' filter type, feature flag names for 'byName' filter type, and feature flag name prefixes for 'byPrefix' type.
0 commit comments