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