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;}); Copy
instance.addEventListener("annotations.transform", (event) => { const boundingBox = event.annotation.boundingBox;});
The annotation that is being transformed.
This event is emitted whenever an annotation is either dragged or resized.
Example
Get current bounding box of an transforming annotation