Nutrient Web SDK
    Preparing search index...

    Interface AnnotationsCopyEvent

    This event is emitted whenever an annotation is copied

    Get current copied annotation

    instance.addEventListener("annotations.copy", (event) => {
    const copiedAnnotation = event.annotation;
    });
    interface AnnotationsCopyEvent {
        annotation: AnnotationsUnion;
    }
    Index

    Properties

    Properties

    annotation: AnnotationsUnion

    The annotation that was copied.