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