AddColumnsUndoEntry
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new AddColumnsUndoEntry(command: AddColumnsCommand): AddColumnsUndoEntry
Defined in src/UndoRedo.ts:222
Parameters:
| Name | Type |
|---|---|
command | AddColumnsCommand |
Returns: AddColumnsUndoEntry
Properties
Section titled “Properties”command
Section titled “command”• command: AddColumnsCommand
Defined in src/UndoRedo.ts:224
Methods
Section titled “Methods”doRedo
Section titled “doRedo”▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:233
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
doUndo
Section titled “doUndo”▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:229
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[]