Class UndoHistoryImpl

Implementation of the undo history (linear)

Hierarchy

Constructors

Properties

redoPublisher: Subject<undefined | Undoable>
redos: Undoable[]

Contains the redoable objects.

sizeMax: number

The maximal number of undo.

undoPublisher: Subject<undefined | Undoable>
undos: Undoable[]

Contains the undoable objects.

Methods

Generated using TypeDoc