# BatchUndoEntry

## Properties

### operations

• **operations**: *[UndoEntry](../interfaces/undoentry.md)[]* = []

*Defined in [src/UndoRedo.ts:444](https://github.com/handsontable/hyperformula/blob/e410ed0/src/UndoRedo.ts#L444)*

## Methods

### add 

▸ **add**(`operation`: [UndoEntry](../interfaces/undoentry.md)): *void*

*Defined in [src/UndoRedo.ts:446](https://github.com/handsontable/hyperformula/blob/e410ed0/src/UndoRedo.ts#L446)*

**Parameters:**

Name | Type |
------ | ------ |
`operation` | [UndoEntry](../interfaces/undoentry.md) |

**Returns:** *void*

___

### doRedo 

▸ **doRedo**(`undoRedo`: [UndoRedo](undoredo.md)): *void*

*Defined in [src/UndoRedo.ts:460](https://github.com/handsontable/hyperformula/blob/e410ed0/src/UndoRedo.ts#L460)*

**Parameters:**

Name | Type |
------ | ------ |
`undoRedo` | [UndoRedo](undoredo.md) |

**Returns:** *void*

___

### doUndo 

▸ **doUndo**(`undoRedo`: [UndoRedo](undoredo.md)): *void*

*Defined in [src/UndoRedo.ts:456](https://github.com/handsontable/hyperformula/blob/e410ed0/src/UndoRedo.ts#L456)*

**Parameters:**

Name | Type |
------ | ------ |
`undoRedo` | [UndoRedo](undoredo.md) |

**Returns:** *void*

___

### getReferencedOldDataVersions 

▸ **getReferencedOldDataVersions**(): *number[]*

*Defined in [src/UndoRedo.ts:464](https://github.com/handsontable/hyperformula/blob/e410ed0/src/UndoRedo.ts#L464)*

**Returns:** *number[]*

___

### reversedOperations 

▸ **reversedOperations**(): *Generator‹[UndoEntry](../interfaces/undoentry.md), void, unknown›*

*Defined in [src/UndoRedo.ts:450](https://github.com/handsontable/hyperformula/blob/e410ed0/src/UndoRedo.ts#L450)*

**Returns:** *Generator‹[UndoEntry](../interfaces/undoentry.md), void, unknown›*