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