# AddRowsUndoEntry Class
# Constructors
# constructor
+ new AddRowsUndoEntry(command
: AddRowsCommand): AddRowsUndoEntry
Defined in src/UndoRedo.ts:72 (opens new window)
Parameters:
Name | Type |
---|---|
command | AddRowsCommand |
Returns: AddRowsUndoEntry
# Properties
# command Readonly
• command: AddRowsCommand
Defined in src/UndoRedo.ts:74 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:83 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:79 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void