Your project and environment specific client side ID. You can find this in your LaunchDarkly portal under Account settings. This is the only mandatory property required to use the React SDK.
If set to true, the ldClient will not be initialized until the user prop has been defined.
If specified, launchdarkly-react-client-sdk
will only request and listen to these flags.
Otherwise, all flags will be requested and listened to.
LaunchDarkly initialization options. These options are common between LaunchDarkly's JavaScript and React SDKs.
Additional initialization options specific to the React SDK.
A LaunchDarkly user object. If unspecified, a new user with a random key will be created and used. This user's key will remain constant across browser sessions.
Generated using TypeDoc
Configuration object used to initialise LaunchDarkly's JS client.