# ClearSheetUndoEntry Class
# Constructors
# constructor
+ new ClearSheetUndoEntry(sheetId: number, oldSheetContent: ClipboardCell[][]): ClearSheetUndoEntry
Defined in src/UndoRedo.ts:291 (opens new window)
Parameters:
| Name | Type |
|---|---|
sheetId | number |
oldSheetContent | ClipboardCell[][] |
Returns: ClearSheetUndoEntry
# Properties
# oldSheetContent Readonly
• oldSheetContent: ClipboardCell[][]
Defined in src/UndoRedo.ts:294 (opens new window)
# sheetId Readonly
• sheetId: number
Defined in src/UndoRedo.ts:293 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:303 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:299 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void