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