Class UndoHistoryAbstract

A history of undone/redone objects. Why a pure abstract class and not an interface? Because interfaces are not retained at runtime in TS and we want DI (that thus cannot inject interface types).

Hierarchy

Implements

Constructors

Methods

  • Parameters

    • max: number

      The max number of saved undoable objects. Must be great than 0.

    Returns void

Generated using TypeDoc