Interface: AnnotationsCopyEvent

PSPDFKit.AnnotationsCopyEvent

This event is emitted whenever an annotation is copied

Example

Get current copied annotation

instance.addEventListener("annotations.copy", (event) => {
  const copiedAnnotation = event.annotation;
});

Members




Members

annotation: AnnotationsUnion

The annotation that was copied.

Type: