Preparing search index...
The search index is not available
launchdarkly-node-client-sdk - v3.3.0
launchdarkly-node-client-sdk
LDFlagChangeset
Interface LDFlagChangeset
A map of feature flag keys to objects holding changes in their values.
interface
LDFlagChangeset
{
[
key
:
string
]
:
{
current
:
LDFlagValue
;
previous
:
LDFlagValue
;
}
;
}
Indexable
[
key:
string
]:
{
current
:
LDFlagValue
;
previous
:
LDFlagValue
;
}
current
:
LDFlagValue
previous
:
LDFlagValue
Settings
Member Visibility
Protected
Private
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
launchdarkly-node-client-sdk - v3.3.0
Loading...
A map of feature flag keys to objects holding changes in their values.