# BatchUndoEntry Class
# Properties
# operations Readonly
• operations: UndoEntry[] = []
Defined in src/UndoRedo.ts:444 (opens new window)
# Methods
# add
▸ add(operation: UndoEntry): void
Defined in src/UndoRedo.ts:446 (opens new window)
Parameters:
| Name | Type |
|---|---|
operation | UndoEntry |
Returns: void
# doRedo
▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:460 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:456 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# getReferencedOldDataVersions
▸ getReferencedOldDataVersions(): number[]
Defined in src/UndoRedo.ts:464 (opens new window)
Returns: number[]
# reversedOperations
▸ reversedOperations(): Generator‹UndoEntry, void, unknown›
Defined in src/UndoRedo.ts:450 (opens new window)
Returns: Generator‹UndoEntry, void, unknown›