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