[]
type LinkAnnotationProperties = AnnotationBaseProperties & object;
Defines properties of LinkAnnotation.
optional action?:
| DestinationProperties
| DestinationBase
| ActionProperties
| ActionBase;
The "destination" to be displayed or "action" to be performed when the annotation is activated.
optional border?: BorderProperties | null;
The BorderProperties object defining annotation's border.
optional highlighting?: HighlightingMode;
The annotation's highlighting mode.
type: "link";