This event is emitted when annotations are saved. The event includes the list of saved annotations.
Get the list of saved annotations.
instance.addEventListener("annotations.didSave", (annotations: AnnotationsDidSaveEvent) => { console.log("Annotations were saved");}); Copy
instance.addEventListener("annotations.didSave", (annotations: AnnotationsDidSaveEvent) => { console.log("Annotations were saved");});
NutrientViewer.EventName.ANNOTATIONS_DID_SAVE
This event is emitted when annotations are saved. The event includes the list of saved annotations.