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

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

Properties

Properties

values: Record<string, string>

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