Create the undo history
Private
Readonly
redoPrivate
Readonly
redosContains the redoable objects.
Private
sizeThe maximal number of undo.
Private
Readonly
undoPrivate
Readonly
undosContains the undoable objects.
Adds an undoable object to the collector.
The undoable object to add.
Private
clearGenerated using TypeDoc
Implementation of the undo history (linear)