Accusoft PDF Viewer Documentation

v3.11.158639

Interface AnnotationsUpdatedEventData

Event data emitted when annotations are updated.

Hierarchy

Index

Properties

Properties

annotations

annotations: { after: Partial<Annotation> & Required<Pick<Annotation, "id">>; before: Partial<Annotation> & Required<Pick<Annotation, "id">> }[]

List of objects describing the changes to each annotation.

before

Dictionary containing the original properties that where modified. The id property will always be included.

after

Dictionary containing the modified properties. The id property will always be included.

Legend

  • Property
  • Method
  • Static method
© 2022 Accusoft Corporation. All rights reserved.