DS.RecordArrayManager#registerFilteredRecordArray()

registerFilteredRecordArray (array, typeClass, filter)

Defined in addon/-private/system/record-array-manager.js:310

Register a RecordArray for a given type to be backed by a filter function. This will cause the array to update automatically when records of that type change attribute values or states.

Parameters:

array DS.RecordArray
typeClass DS.Model
filter Function
doc_EmberJs
2016-11-30 16:50:24
Comments
Leave a Comment

Please login to continue.