Interface LDReactClientContextValue

The React context interface for the LaunchDarkly client.

Hierarchy

  • LDReactClientContextValue

Properties

The LaunchDarkly client.

context?: LDContextStrict

The LaunchDarkly context. This will be undefined if the client is not initialized.

error?: Error

The error that caused the client to fail to initialize. Only set when initializedState is 'failed'.

initializedState: "initializing" | "failed" | "timeout" | "complete"

The initialization state of the client.

Generated using TypeDoc