RemoveRowsUndoEntry
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new RemoveRowsUndoEntry(command: RemoveRowsCommand, rowsRemovals: RowsRemoval[]): RemoveRowsUndoEntry
Defined in src/UndoRedo.ts:47
Parameters:
| Name | Type |
|---|---|
command | RemoveRowsCommand |
rowsRemovals | RowsRemoval[] |
Returns: RemoveRowsUndoEntry
Properties
Section titled “Properties”command
Section titled “command”• command: RemoveRowsCommand
Defined in src/UndoRedo.ts:49
rowsRemovals
Section titled “rowsRemovals”• rowsRemovals: RowsRemoval[]
Defined in src/UndoRedo.ts:50
Methods
Section titled “Methods”doRedo
Section titled “doRedo”▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:59
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
doUndo
Section titled “doUndo”▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:55
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
getReferencedOldDataVersions
Section titled “getReferencedOldDataVersions”▸ getReferencedOldDataVersions(): number[]
Defined in src/UndoRedo.ts:63
Returns: number[]