AddRowsUndoEntry
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new AddRowsUndoEntry(command: AddRowsCommand): AddRowsUndoEntry
Defined in src/UndoRedo.ts:94
Parameters:
| Name | Type |
|---|---|
command | AddRowsCommand |
Returns: AddRowsUndoEntry
Properties
Section titled “Properties”command
Section titled “command”• command: AddRowsCommand
Defined in src/UndoRedo.ts:96
Methods
Section titled “Methods”doRedo
Section titled “doRedo”▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:105
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
doUndo
Section titled “doUndo”▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:101
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[]