Class UndoableCommandBase

A command used for undo/redo purposes. It records a change occurring on some object and allows you to apply or revert that change as needed.

Hierarchy (view full)

Constructors

Accessors

Constructors

Accessors

  • get description(): string
  • Get the description of the command.

    Returns string