Return type of initLDClient.

interface AllFlagsLDClient {
    error?: Error;
    flags: LDFlagSet;
    ldClient: LDClient;
}

Properties

Properties

error?: Error

LaunchDarkly client initialization error, if there was one.

flags: LDFlagSet

Contains all flags from LaunchDarkly.

ldClient: LDClient

An instance of LDClient from the LaunchDarkly JS SDK (launchdarkly-js-client-sdk).