# BatchUndoEntry Class
# Properties
# operations Readonly
• operations: UndoEntry[] = []
Defined in src/UndoRedo.ts:405 (opens new window)
# Methods
# add
▸ add(operation: UndoEntry): void
Defined in src/UndoRedo.ts:407 (opens new window)
Parameters:
| Name | Type |
|---|---|
operation | UndoEntry |
Returns: void
# doRedo
▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:421 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:417 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# reversedOperations
▸ reversedOperations(): Generator‹UndoEntry, void, unknown›
Defined in src/UndoRedo.ts:411 (opens new window)
Returns: Generator‹UndoEntry, void, unknown›