# RemoveRowsUndoEntry Class

# Constructors

# constructor

+ new RemoveRowsUndoEntry(command: RemoveRowsCommand, rowsRemovals: RowsRemoval[]): RemoveRowsUndoEntry

Defined in src/UndoRedo.ts:47 (opens new window)

Parameters:

Name Type
command RemoveRowsCommand
rowsRemovals RowsRemoval[]

Returns: RemoveRowsUndoEntry

# Properties

# command Readonly

• command: RemoveRowsCommand

Defined in src/UndoRedo.ts:49 (opens new window)


# rowsRemovals Readonly

• rowsRemovals: RowsRemoval[]

Defined in src/UndoRedo.ts:50 (opens new window)

# Methods

# doRedo

▸ doRedo(undoRedo: UndoRedo): void

Defined in src/UndoRedo.ts:59 (opens new window)

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

▸ doUndo(undoRedo: UndoRedo): void

Defined in src/UndoRedo.ts:55 (opens new window)

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# getReferencedOldDataVersions

▸ getReferencedOldDataVersions(): number[]

Defined in src/UndoRedo.ts:63 (opens new window)

Returns: number[]