# PasteUndoEntry Class

# Constructors

# constructor

+ new PasteUndoEntry(targetLeftCorner: SimpleCellAddress, oldContent: [SimpleCellAddress, ClipboardCell][], newContent: ClipboardCell[][], addedGlobalNamedExpressions: string[]): PasteUndoEntry

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

Parameters:

Name Type
targetLeftCorner SimpleCellAddress
oldContent [SimpleCellAddress, ClipboardCell][]
newContent ClipboardCell[][]
addedGlobalNamedExpressions string[]

Returns: PasteUndoEntry

# Properties

# addedGlobalNamedExpressions Readonly

addedGlobalNamedExpressions: string[]

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


# newContent Readonly

newContent: ClipboardCell[][]

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


# oldContent Readonly

oldContent: [SimpleCellAddress, ClipboardCell][]

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


# targetLeftCorner Readonly

targetLeftCorner: SimpleCellAddress

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

# Methods

# doRedo

doRedo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

doUndo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void

Join HyperFormula team as a Senior Software Engineer See the role and apply