Nutrient Web SDK
    Preparing search index...

    Interface AnnotationsTransformEvent

    This event is emitted whenever an annotation is either dragged or resized.

    Get current bounding box of an transforming annotation

    instance.addEventListener("annotations.transform", (event) => {
    const boundingBox = event.annotation.boundingBox;
    });
    interface AnnotationsTransformEvent {
        annotation: AnnotationsUnion;
    }
    Index

    Properties

    Properties

    annotation: AnnotationsUnion

    The annotation that is being transformed.