ArrayProxy#objectAtContent()

objectAtContent (idx) Objectprivate

Defined in packages/ember-runtime/lib/system/array_proxy.js:98

Should actually retrieve the object at the specified index from the content. You can override this method in subclasses to transform the content item to something new.

This method will only be called if content is non-null.

Parameters:

idx Number
The index to retrieve.

Returns:

Object
the value or undefined if none found
doc_EmberJs
2016-11-30 16:48:37
Comments
Leave a Comment

Please login to continue.