A general abstract of an action that is composed of several sub-actions. All sub actions are treated as one action regarding undo/redo operations.

Hierarchy (View Summary)

Constructors

Methods

  • Should be overwritten for real operation. Default implementation is for use by MultiAction or by classes that want to generate dynamic sub-operations.

    Parameters

    Returns boolean | void

  • called immediately after the do action, and keep the description fixed so it wont change later on.

    Parameters

    Returns void

  • Returns string

  • Parameters

    • timestamp: number

    Returns void

  • Undo the action by running all sub actions' undo operation in reverse order.

    Parameters

    Returns void