Nutrient Web SDK
    Preparing search index...

    Type Alias AnnotationsDeleteEvent

    This event is emitted when annotations are deleted. The event includes the list of deleted annotations.

    Get the list of deleted annotations.

    instance.addEventListener("annotations.delete", (annotations) => {
    console.log(annotations.toJS());
    });