Example
Get current copied annotation
instance.addEventListener("annotations.copy", (event) => {
const copiedAnnotation = event.annotation;
});
Nutrient Web SDK
Get current copied annotation
instance.addEventListener("annotations.copy", (event) => {
const copiedAnnotation = event.annotation;
});
This event is emitted whenever an annotation is copied