Daff - Data Diff

daff.PropertyChange

Represent a change to a single property.

Type: class

Constructor:

new()

Variables:

name : String
  The new name of the property. If null, the property
  is to be destroyed (if possible).
prevName : String
  The original name of the property. If null, the property
  is to be created (if possible).
val : Dynamic
  The value of the property.