Optional
internalOptions: LDClientInternalOptionsOptional
Private
_basePrivate
Optional
_checkedPrivate
Readonly
_configPrivate
Optional
Readonly
_diagnosticsPrivate
_eventPrivate
_eventPrivate
Optional
_eventPrivate
_eventPrivate
_flagPrivate
Readonly
_highPrivate
_hookPrivate
_inspectorPrivate
Optional
_uncheckedPrivate
Optional
_updateReadonly
autoProtected
dataProtected
emitterReadonly
loggerReadonly
platformReadonly
sdkPrivate
_createPrivate
_handlePrivate
_typedPrivate
_variationOptional
typeChecker: ((value) => [boolean, string])Optional
Protected
getIdentifies a context to LaunchDarkly. See LDClient.identify.
The LDContext object to be identified.
Optional
identifyOptions: LDIdentifyOptionsOptional configuration. See LDIdentifyOptions.
Optional
A Promise which resolves when the flag values for the specified context are available. It rejects when:
The context is unspecified or has no key.
The identify timeout is exceeded. In client SDKs this defaults to 5s. You can customize this timeout with identifyOptions.
A network error is encountered during initialization.
Protected
sendProtected
setOptional
defaultValue: anyOptional
Generated using TypeDoc
Creates the client object synchronously. No async, no network calls.