ModificationsState 型の別名

ModificationsState: { newAnnotations: { pageIndex: number; annotation: AnnotationBase }[]; updatedAnnotations: { pageIndex: number; annotation: AnnotationBase }[]; removedAnnotations: { pageIndex: number; annotationId: string }[]; structure?: StructureChanges; lastChangeType: ModificationType; undoCount: number; undoIndex: number; version: number }

共有ドキュメントの変更。

型宣言

  • newAnnotations: { pageIndex: number; annotation: AnnotationBase }[]
  • updatedAnnotations: { pageIndex: number; annotation: AnnotationBase }[]
  • removedAnnotations: { pageIndex: number; annotationId: string }[]
  • オプション structure?: StructureChanges
  • lastChangeType: ModificationType
  • undoCount: number
  • undoIndex: number
  • version: number