Class Ember.NativeArray

public MutableArray
Uses: Observable ,
Defined in: packages/@ember/-internals/runtime/lib/mixins/array.js:1948
Module: ember

The NativeArray mixin contains the properties needed to make the native Array support MutableArray and all of its dependent APIs. Unless you have EmberENV.EXTEND_PROTOTYPES or EmberENV.EXTEND_PROTOTYPES.Array set to false, this will be applied automatically. Otherwise you can apply the mixin at anytime by calling Ember.NativeArray.apply(Array.prototype).

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/3.25/classes/Ember.NativeArray