Skip to main content
Version: Version 5 beta

Interface: DocumentTextSearchResultContextInfo

Represents information about context text that surrounds matched text inside the document text.

Properties

matchEndIndex

matchEndIndex: number

The match end index inside the context text.


matchStartIndex

matchStartIndex: number

The match start index inside the context text.


text

text: string

The context text surrounding the matched text.