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());}); Copy
instance.addEventListener("annotations.delete", (annotations) => { console.log(annotations.toJS());});
NutrientViewer.EventName.ANNOTATIONS_DELETE
This event is emitted when annotations are deleted. The event includes the list of deleted annotations.