Interface AddDictionaryFieldContextActionCreatorPayload

interface AddDictionaryFieldContextActionCreatorPayload {
    field: string;
    key: string;
}

Properties

Properties

field: string

The name of the dictionary field.

key: string

The dictionary field key to return the value of.