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