# SetCellContentsUndoEntry Class
# Constructors
# constructor
+ new SetCellContentsUndoEntry(cellContents: object[]): SetCellContentsUndoEntry
Defined in src/UndoRedo.ts:308 (opens new window)
Parameters:
| Name | Type |
|---|---|
cellContents | object[] |
Returns: SetCellContentsUndoEntry
# Properties
# cellContents Readonly
• cellContents: object[]
Defined in src/UndoRedo.ts:310 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:323 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:319 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void