# RemoveColumnsUndoEntry Class

# Constructors

# constructor

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

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

Parameters:

Name Type
command RemoveColumnsCommand
columnsRemovals ColumnsRemoval[]

Returns: RemoveColumnsUndoEntry

# Properties

# columnsRemovals Readonly

columnsRemovals: ColumnsRemoval[]

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


# command Readonly

command: RemoveColumnsCommand

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

# Methods

# doRedo

doRedo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

doUndo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void