SetCellContentsUndoEntry
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new SetCellContentsUndoEntry(cellContents: object[]): SetCellContentsUndoEntry
Defined in src/UndoRedo.ts:346
Parameters:
| Name | Type |
|---|---|
cellContents | object[] |
Returns: SetCellContentsUndoEntry
Properties
Section titled “Properties”cellContents
Section titled “cellContents”• cellContents: object[]
Defined in src/UndoRedo.ts:348
Methods
Section titled “Methods”doRedo
Section titled “doRedo”▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:361
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
doUndo
Section titled “doUndo”▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:357
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
getReferencedOldDataVersions
Section titled “getReferencedOldDataVersions”▸ getReferencedOldDataVersions(): number[]
Defined in src/UndoRedo.ts:42
Returns LazilyTransformingAstService version keys referenced by this entry’s oldData. Default implementation returns empty — override in entries that store oldData.
Returns: number[]