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