• Reactively evaluates a string feature flag.

    Parameters

    • key: MaybeRefOrGetter<string>

      the feature flag key (plain, ref, or getter)

    • defaultValue: string

      value returned while the flag loads or if it cannot be evaluated as a string

    • Optional injectionKey: InjectionKey<LDVueInstance>

      optional injection key for multiple environments

      Optional

    Returns Readonly<Ref<string>>

Generated using TypeDoc