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

    Interface LDProps

    The possible props the wrapped component can receive from the LDConsumer HOC.

    interface LDProps {
        flags?: LDFlagSet;
        ldClient?: LDClient;
    }
    Index

    Properties

    Properties

    flags?: LDFlagSet

    A map of feature flags from their keys to their values. Keys are camelCased using lodash.camelcase.

    ldClient?: LDClient

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