# BatchUndoEntry Class

# Properties

# operations Readonly

operations: UndoEntry[] = []

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

# Methods

# add

add(operation: UndoEntry): void

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

Parameters:

Name Type
operation UndoEntry

Returns: void


# doRedo

doRedo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

doUndo(undoRedo: UndoRedo): void

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

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# getReferencedOldDataVersions

getReferencedOldDataVersions(): number[]

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

Returns: number[]


# reversedOperations

reversedOperations(): Generator‹UndoEntry, void, unknown›

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

Returns: Generator‹UndoEntry, void, unknown›