WebLink
Defined in: src/core/types.ts:1696
A web link detected in page text content.
These are URLs automatically detected in the page text, distinct from interactive link annotations.
Properties
Section titled “Properties”index:
number
Defined in: src/core/types.ts:1698
Zero-based index of the web link.
rects:
Rect[]
Defined in: src/core/types.ts:1702
Bounding rectangles covering the link text.
textRange?
Section titled “textRange?”
optionaltextRange:object
Defined in: src/core/types.ts:1704
The text range in the page content.
charCount
Section titled “charCount”charCount:
number
Number of characters in the link text.
startCharIndex
Section titled “startCharIndex”startCharIndex:
number
Starting character index in the text page.
url:
string
Defined in: src/core/types.ts:1700
The URL string.