Optional
clientOptional
context?: LDContextA LaunchDarkly context object. If unspecified, an anonymous context with kind: 'user' will be created and used.
Optional
deferDefers initialization of the LaunchDarkly client until ldInit is called explicitly.
Optional
options?: LDOptionsOptions to pass to the underlying javascript SDK.
Optional
streaming?: booleanEnables or disables automatically subscribing to live updates to flags referenced using useLDFlag.
Optional
user?: LDContext
Indicates which LaunchDarkly project to use. Must be provided here or in a call to ldInit for the SDK to work.