[]
        
(Showing Draft Content)

PopupAnnotationProperties

Type Alias: PopupAnnotationProperties

type PopupAnnotationProperties = AnnotationBaseProperties & object;

Defines properties of a PopupAnnotation.

Type Declaration

color?

optional 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";