Class ChangeLog

Change log for tracking changes on an object

Constructors

Properties

changes: Change[] = []

Changes

Methods

  • Add a change to the log

    Parameters

    • property: string

      {string} Property key

    • oldValue: any

      {any} Old value

    • newValue: any

      {any} New value

    Returns void