Type Alias SearchTermResult

type SearchTermResult = {
    qElemNumber?: number;
    qRanges?: SearchCharRange[];
    qText?: string;
}
Index

Properties

qElemNumber?: number

Element number of the associated value.

qRanges?: SearchCharRange[]

List of ranges. For example, if the user searches the term read and the associative value is Reading , then the corresponding range would be Read in Reading .

qText?: string

Text of the associated value.