Nutrient Web SDK

ReferenceEventsAnnotationsCutEvent

Interface AnnotationsCutEvent

This event is emitted whenever an annotation is cut.

Interface

Example

Get current cut annotation

instance.addEventListener("annotations.cut", (event) => {
const cutAnnotation = event.annotation;
});

Properties

The annotation that was cut.