Nutrient Web SDK

ReferenceEventsAnnotationsTransformEvent

Interface AnnotationsTransformEvent

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

Interface

Example

Get current bounding box of an transforming annotation

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

Properties

The annotation that is being transformed.