This event is emitted whenever an annotation is cut.
Example
Get current cut annotation
instance.addEventListener("annotations.cut", (event) => {
const cutAnnotation = event.annotation;
});
Members
Members
The annotation that was cut.