Type Alias SearchCharRange

type SearchCharRange = {
    qCharCount?: number;
    qCharPos?: number;
    qTerm?: number;
}
Index

Properties

qCharCount?: number

Length of the match in the search result.

qCharPos?: number

Starting position of the match in the search result, starting from 0.

qTerm?: number

Position of the term in the list of search terms, starting from 0.