v7.3.0
SupportExamplesFree Trial

ChangeLogAction

An immutable, serializable object that describes an action that affected a single entity within a transaction. Each action holds an entity descriptor identifying the affected object and an actionType indicating whether it was an add, remove, or update operation. Subclasses such as ChangeLogUpdateAction and ChangeLogMoveAction extend this with additional detail about the change.

See also

No results

Properties

Properties are getters/setters or publicly accessible variables on this class
    • actionType : 'add'/'remove'/'update'
      READONLY

      The type of change.

    • entity : ChangeLogEntity
      READONLY
      IMMUTABLE

      A descriptor for the entity (object) affected by this action.

    Source path

    SchedulerPro/model/changelog/ChangeLogAction.js

    Contents