observerRecord (record, recordUpdated) Function
private
Observes all relevant properties and re-sends the wrapped record when a change occurs.
Parameters:
-
record
Object
- The record instance.
-
recordUpdated
Function
- The callback to call when a record is updated.
Returns:
-
Function
- The function to call to remove all observers.
Please login to continue.