Interface: ParagraphLinkAnnotation
Wrap a substring in a clickable URI link.
Properties
| Property | Modifier | Type | Description |
|---|
borderWidth? | readonly | number | Border width in points. |
match | readonly | string | Substring to locate in the rendered paragraph text. |
occurrence? | readonly | number | Zero-based occurrence index to annotate; defaults to every occurrence. |
tag? | readonly | "Link" | "Artifact" | Structure tag override. |
type | readonly | "link" | - |
url | readonly | string | Target URI. |