Type Alias AnnotationsUpdateEvent
Type Alias
Type Signature
Example
Get the list of updated annotations.
instance.addEventListener("annotations.update", (annotations: AnnotationsUpdateEvent) => {
console.log(annotations.toJS());
});
Nutrient Web SDK
Get the list of updated annotations.
instance.addEventListener("annotations.update", (annotations: AnnotationsUpdateEvent) => {
console.log(annotations.toJS());
});
This event is emitted when annotations are updated. The event includes the list of updated annotations.