[]
type PopupAnnotationProperties = AnnotationBaseProperties & object;
Defines properties of a PopupAnnotation.
optional color?: Color;
The popup window color.
optional open?: boolean;
A value specifying whether the pop-up annotation should initially be displayed open.
type: "popup";