Interface: AnnotationsCutEvent

PSPDFKit.AnnotationsCutEvent

This event is emitted whenever an annotation is cut.

Example

Get current cut annotation

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

Members




Members

annotation: AnnotationsUnion

The annotation that was cut.

Type: