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 }
型宣言
-
-
newAnnotations: { annotation: AnnotationBase; pageIndex: number }[]
-
removedAnnotations: { annotationId: string; pageIndex: number }[]
-
-
undoCount: number
-
undoIndex: number
-
updatedAnnotations: { annotation: AnnotationBase; pageIndex: number }[]
-
version: number
共有ドキュメントの変更。