Nutrient Web SDK

ReferenceEventsAnnotationsCopyEvent

Interface AnnotationsCopyEvent

This event is emitted whenever an annotation is copied

Interface

Example

Get current copied annotation

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

Properties

The annotation that was copied.