ChangeLogPropertyUpdate

An immutable, serializable object that describes an update to a single object property from one value to another.

Properties

3
after: String | Number | Objectreadonly

The property's value after the action.

before: String | Number | Objectreadonly

The property's value before the action.

property: Stringreadonly

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