BatchUndoEntry
Properties
Section titled “Properties”operations
Section titled “operations”• operations: UndoEntry[] = []
Defined in src/UndoRedo.ts:443
Methods
Section titled “Methods”▸ add(operation: UndoEntry): void
Defined in src/UndoRedo.ts:445
Parameters:
| Name | Type |
|---|---|
operation | UndoEntry |
Returns: void
doRedo
Section titled “doRedo”▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:459
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
doUndo
Section titled “doUndo”▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:455
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
getReferencedOldDataVersions
Section titled “getReferencedOldDataVersions”▸ getReferencedOldDataVersions(): number[]
Defined in src/UndoRedo.ts:463
Returns: number[]
reversedOperations
Section titled “reversedOperations”▸ reversedOperations(): Generator‹UndoEntry, void, unknown›
Defined in src/UndoRedo.ts:449
Returns: Generator‹UndoEntry, void, unknown›