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.willSave", (annotations: AnnotationsWillSaveEvent) => { console.log("Annotations will be saved");}); Copy
instance.addEventListener("annotations.willSave", (annotations: AnnotationsWillSaveEvent) => { console.log("Annotations will be saved");});
NutrientViewer.EventName.ANNOTATIONS_WILL_SAVE
This event is emitted when annotations are saved. The event includes the list of saved annotations.