DS.RecordArray

DS.RecordArray Class

Extends: Ember.ArrayProxy

Uses: Ember.Evented

Defined in: addon/-private/system/record-arrays/record-array.js:12

Module: ember-data

A record array is an array that contains records of a certain type. The record array materializes records as needed when they are retrieved for the first time. You should not create record arrays yourself. Instead, an instance of DS.RecordArray or its subclasses will be returned by your application's store in response to queries.

doc_EmberJs
2016-11-30 16:50:20
Comments
Leave a Comment

Please login to continue.