Type Alias SearchFieldValueItem

type SearchFieldValueItem = {
    qFieldName?: string;
    qValues?: SearchFieldMatchesItem[];
}
Index
qFieldName?: string

Field name of matches.

List of search matches.