Abstract
Abstract
addAdds an undoable object to the collector.
The undoable object to add.
Abstract
clearAbstract
getAbstract
getAbstract
getAbstract
getAbstract
getAbstract
getAbstract
getAbstract
getAbstract
getAbstract
redoAbstract
redosAbstract
setAbstract
undoAbstract
undosGenerated using TypeDoc
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).