Class RecordArray
Extends: | ArrayProxy |
---|---|
Uses: | Ember.Evented |
Defined in: | ../store/addon/-private/system/record-arrays/record-array.js:21 |
Module: | @ember-data/store |
A record array is an array that contains records of a certain modelName. 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 RecordArray
or its subclasses will be returned by your application's store in response to queries.
Methods
Properties
Events
No documented items
© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember-data/3.25/classes/RecordArray