@openhps/core
    Preparing search index...

    Class ChangeLog

    Change log for tracking changes on an object

    Index
    changes: Change[] = []

    Changes

    • Add a change to the log

      Parameters

      • property: string

        {string} Property key

      • oldValue: any

        {any} Old value

      • newValue: any

        {any} New value

      Returns void