TextSearchResult
Defined in: src/core/types.ts:672
A single text search result with position information.
Properties
Section titled “Properties”charCount
Section titled “charCount”
readonlycharCount:number
Defined in: src/core/types.ts:676
The number of characters in the match.
charIndex
Section titled “charIndex”
readonlycharIndex:number
Defined in: src/core/types.ts:674
The character index of the match start.
readonlyrects:Rect[]
Defined in: src/core/types.ts:678
The bounding rectangles covering the matched text.