This event is emitted whenever an annotation is copied
Example
instance.addEventListener("annotations.copy", (event) => {
const copiedAnnotation = event.annotation;
});
Members
Members
The annotation that was copied.