# SetSheetContentUndoEntry Class
# Constructors
# constructor
+ new SetSheetContentUndoEntry(sheetId: number, oldSheetContent: ClipboardCell[][], newSheetContent: RawCellContent[][]): SetSheetContentUndoEntry
Defined in src/UndoRedo.ts:124 (opens new window)
Parameters:
| Name | Type |
|---|---|
sheetId | number |
oldSheetContent | ClipboardCell[][] |
newSheetContent | RawCellContent[][] |
Returns: SetSheetContentUndoEntry
# Properties
# newSheetContent Readonly
• newSheetContent: RawCellContent[][]
Defined in src/UndoRedo.ts:128 (opens new window)
# oldSheetContent Readonly
• oldSheetContent: ClipboardCell[][]
Defined in src/UndoRedo.ts:127 (opens new window)
# sheetId Readonly
• sheetId: number
Defined in src/UndoRedo.ts:126 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:137 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:133 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void