Nutrient Web SDK
    Preparing search index...

    Type Alias AnnotationsLoadEvent

    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());
    });