Configuration for mapping language attributes.

interface PreferLangAttributeConfig {
    preferInData?: string;
    preferInView?: string;
    priority?: PriorityString;
}

Properties

preferInData?: string

Attribute key to prefer in data representation.

preferInView?: string

Attribute key to prefer in data view representation.

priority?: PriorityString

Priority of mapping.