Class RedoNTimes

An Redo command that redoes the last N commands.

Hierarchy

Constructors

Properties

history: UndoHistory
numberOfRedos: 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