record{DS.Model}
The underlying record for this snapshot. Can be used to access methods and properties defined on the record.
Example
var json = snapshot.record.toJSON();
record{DS.Model}
The underlying record for this snapshot. Can be used to access methods and properties defined on the record.
Example
var json = snapshot.record.toJSON();
Please login to continue.