Object representing changes in one-way bound properties. Keys are the names of the bound properties that have changed, and values are instances of IChangesObject.

interface OnChangesObject {
    property: ChangesObject;
}

Properties

Properties

property: ChangesObject

Represents a changed property.