An abstract over an action that changes the data model. An action can support undo operation.

Type Parameters

Hierarchy (View Summary)

Constructors

Properties

actionName: ACTION_NAME = ACTION_NAME.UPDATE_OBJECT

Action name must be unique for every action. Once you set a value, do not change it later on.

Methods

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

    Parameters

    Returns void

  • Returns string

  • Returns T

  • Returns boolean

  • Parameters

    • timestamp: number

    Returns void