Class UndoNTimes

An Undo command that undoes the last N commands.

Hierarchy

Constructors

Properties

history: UndoHistory
numberOfUndos: number
status: CmdStatus

The state of the command.

Methods

  • Actions may need to create a memento before their first execution. This is the goal of the operation that should be overridden. This operator is called a single time before the first execution of the command.

    Returns void

Generated using TypeDoc