launchdarkly-react-client-sdk - v3.9.0
    Preparing search index...

    Interface AllFlagsLDClient

    Return type of initLDClient.

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

    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).