Last date modified: 2025-Jul-02

Interface: ITextSearchTermHit

Search term hit representing the term that was found in a ITextSearchHit.

Properties

end

end: number

The character index within the searched text where the term ends


start

start: number

The character index within the searched text where the term begins


term

term: string

Term text For multipart dtSearch terms, this text might not match the entire searchTerm.

Return to top of the page
Feedback