Nutrient Web SDK
    Preparing search index...

    Type Alias AnnotationsDidSaveEvent

    AnnotationsDidSaveEvent: void

    This event is emitted when annotations are saved. The event includes the list of saved annotations.

    Get the list of saved annotations.

    instance.addEventListener("annotations.didSave", (annotations: AnnotationsDidSaveEvent) => {
    console.log("Annotations were saved");
    });