Nutrient Web SDK
    Preparing search index...

    Interface AnnotationsCutEvent

    This event is emitted whenever an annotation is cut.

    Get current cut annotation

    instance.addEventListener("annotations.cut", (event) => {
    const cutAnnotation = event.annotation;
    });
    interface AnnotationsCutEvent {
        annotation: AnnotationsUnion;
    }
    Index

    Properties

    Properties

    annotation: AnnotationsUnion

    The annotation that was cut.