This event is emitted when annotations are loaded. The event includes the list of loaded annotations.
Get the list of loaded annotations.
instance.addEventListener("annotations.load", (annotations: AnnotationsLoadEvent) => { console.log(annotations.toJS());}); Copy
instance.addEventListener("annotations.load", (annotations: AnnotationsLoadEvent) => { console.log(annotations.toJS());});
NutrientViewer.EventName.ANNOTATIONS_LOAD
This event is emitted when annotations are loaded. The event includes the list of loaded annotations.