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