# RemoveRowsUndoEntry Class
# Constructors
# constructor
+ new RemoveRowsUndoEntry(command: RemoveRowsCommand, rowsRemovals: RowsRemoval[]): RemoveRowsUndoEntry
Defined in src/UndoRedo.ts:33 (opens new window)
Parameters:
| Name | Type |
|---|---|
command | RemoveRowsCommand |
rowsRemovals | RowsRemoval[] |
Returns: RemoveRowsUndoEntry
# Properties
# command Readonly
• command: RemoveRowsCommand
Defined in src/UndoRedo.ts:35 (opens new window)
# rowsRemovals Readonly
• rowsRemovals: RowsRemoval[]
Defined in src/UndoRedo.ts:36 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:45 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo: UndoRedo): void
Defined in src/UndoRedo.ts:41 (opens new window)
Parameters:
| Name | Type |
|---|---|
undoRedo | UndoRedo |
Returns: void