TransactionManager class

Signature:

export default class TransactionManager 

Constructors

ConstructorDescription
(constructor)(params)Constructs a new instance of the TransactionManager class

Properties

PropertyModifiersDescription
onPropertyChange
redoable
redoStack
undoable
undoStack

Methods

MethodDescription
abortTransaction()
clear()
commitTransaction()
openTransaction()
redo()
setMaxBackupStep(step)
undo()