Type Alias SearchSuggestItem

type SearchSuggestItem = {
    qTerm?: number;
    qValue?: string;
}
Index

Properties

Properties

qTerm?: number

Index of the suggestion value. The indexing starts from 0 and from the left.

qValue?: string

Value of the suggestion.