flexiciousNmsp.ChangeInfo Class
A Class that holds row and column information
Constructor
flexiciousNmsp.ChangeInfo
    
        ()
    
    
    
    
    
    
    
    
    
    Item Index
Properties
changedItem
    Object
    
    
    
    
    
    The item that was changed
Default: changedItem
changedProperty
    String
    
    
    
    
    
    The property on the item that was changed
Default: changedProperty
changeLevelNestDepth
    Int
    
    
    
    
    
    The level nest depth at which the change happened.
Default: changeLevelNestDepth
changeType
    String
    
    
    
    
    
    One of the three change types : CHANGE_TYPE_INSERT, CHANGE_TYPE_UPDATE or CHANGE_TYPE_DELETE
Default: changeType
newValue
    
    
    
    
    
    
    The value after the change
Default: newValue
previousValue
    
    
    
    
    
    
    The value before the change
Default: previousValue
