# RemoveColumnsUndoEntry Class

# Constructors

# constructor

+ new RemoveColumnsUndoEntry(command: RemoveColumnsCommand, columnsRemovals: ColumnsRemoval[]): RemoveColumnsUndoEntry

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

Parameters:

Name Type
command RemoveColumnsCommand
columnsRemovals ColumnsRemoval[]

Returns: RemoveColumnsUndoEntry

# Properties

# columnsRemovals Readonly

columnsRemovals: ColumnsRemoval[]

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


# command Readonly

command: RemoveColumnsCommand

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

# Methods

# doRedo

doRedo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

doUndo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# getReferencedOldDataVersions

getReferencedOldDataVersions(): number[]

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

Returns: number[]