# LinkAnnotationProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / LinkAnnotationProperties

# Type Alias: LinkAnnotationProperties

> **LinkAnnotationProperties** = [`AnnotationBaseProperties`](AnnotationBaseProperties) & `object`

Defines properties of [LinkAnnotation](../classes/LinkAnnotation).

## Type Declaration

### action?

> `optional` **action**: [`DestinationProperties`](DestinationProperties) \| [`DestinationBase`](../classes/DestinationBase) \| [`ActionProperties`](ActionProperties) \| [`ActionBase`](../classes/ActionBase)

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

### border?

> `optional` **border**: [`BorderProperties`](BorderProperties) \| `null`

The [BorderProperties](BorderProperties) object defining annotation's border.

### highlighting?

> `optional` **highlighting**: [`HighlightingMode`](../enumerations/HighlightingMode)

The annotation's highlighting mode.

### type

> **type**: `"link"`
