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

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

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)