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