# RemoveColumnsUndoEntry Class

# Constructors

# constructor

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

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

Parameters:

Name Type
command RemoveColumnsCommand
columnsRemovals ColumnsRemoval[]

Returns: RemoveColumnsUndoEntry

# Properties

# columnsRemovals Readonly

columnsRemovals: ColumnsRemoval[]

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


# command Readonly

command: RemoveColumnsCommand

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

# Methods

# doRedo

doRedo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

doUndo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# getReferencedOldDataVersions

getReferencedOldDataVersions(): number[]

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

Returns: number[]