[]
        
(Showing Draft Content)

ModificationsState

Type Alias: ModificationsState

type ModificationsState = object;

Shared document modifications.

Type declaration

lastChangeType

lastChangeType: ModificationType;

newAnnotations

newAnnotations: object[];

removedAnnotations

removedAnnotations: object[];

structure?

optional structure: StructureChanges;

undoCount

undoCount: number;

undoIndex

undoIndex: number;

updatedAnnotations

updatedAnnotations: object[];

version

version: number;