@coveo/headless-react
    Preparing search index...

    Interface DictionaryFieldContextState

    A scoped and simplified part of the headless state that is relevant to the DictionaryFieldContext controller.

    interface DictionaryFieldContextState {
        values: Record<string, string>;
    }
    Index

    Properties

    Properties

    values: Record<string, string>

    An object holding the dictionary field context fields and keys to retrieve values for.