# PopupAnnotationProperties

## Content

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

***

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

# Type Alias: PopupAnnotationProperties

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

Defines properties of a [PopupAnnotation](../classes/PopupAnnotation).

## Type Declaration

### color?

> `optional` **color**: [`Color`](Color)

The popup window color.

### open?

> `optional` **open**: `boolean`

A value specifying whether the pop-up annotation should initially
be displayed open.

### type

> **type**: `"popup"`
