Type Alias SearchFieldValueItem

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

Properties

qFieldName?: string

Field name of matches.

List of search matches.