Type alias ModificationsState
Modifications
State: { lastChangeType: ModificationType; newAnnotations: { annotation: AnnotationBase; pageIndex: number }[]; removedAnnotations: { annotationId: string; pageIndex: number }[]; structure?: StructureChanges; undoCount: number; undoIndex: number; updatedAnnotations: { annotation: AnnotationBase; pageIndex: number }[]; version: number }
Type declaration
-
-
newAnnotations: { annotation: AnnotationBase; pageIndex: number }[]
-
removedAnnotations: { annotationId: string; pageIndex: number }[]
-
-
undoCount: number
-
undoIndex: number
-
updatedAnnotations: { annotation: AnnotationBase; pageIndex: number }[]
-
version: number
Shared document modifications.