watchRecords (modelName, recordsAdded, recordsUpdated, recordsRemoved) Functionpublic
Defined in packages/ember-extension-support/lib/data_adapter.js:172
Fetch the records of a given type and observe them for changes.
Parameters:
modelName String
The model name.
recordsAdded Function
Callback to call to add records. Takes an array of objects containing wrapped records. The object should have the following properties: columnValues: {Object} The key and value of a table cell. object: