• Returns the string variation of a feature flag.

    Parameters

    • key: string

      The feature flag key.

    • defaultValue: string

      The value to return if the flag is not available.

    • Optional reactContext: Context<LDReactClientContextValue>

      Optional React context to read from. Defaults to the global LDReactContext.

      Optional

    Returns string

    The string flag value, or defaultValue if the flag is unavailable.

Generated using TypeDoc