[]
        
(Showing Draft Content)

LinkAnnotationProperties

Type Alias: LinkAnnotationProperties

type LinkAnnotationProperties = AnnotationBaseProperties & object;

Defines properties of LinkAnnotation.

Type Declaration

action?

optional action?: 
  | DestinationProperties
  | DestinationBase
  | ActionProperties
  | ActionBase;

The "destination" to be displayed or "action" to be performed when the annotation is activated.

border?

optional border?: BorderProperties | null;

The BorderProperties object defining annotation's border.

highlighting?

optional highlighting?: HighlightingMode;

The annotation's highlighting mode.

type

type: "link";