ArrayProxy#replaceContent()

replaceContent (idx, amt, objects) Voidprivate

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

Should actually replace the specified objects on the content array. You can override this method in subclasses to transform the content item into something new.

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

Parameters:

idx Number
The starting index
amt Number
The number of items to remove from the content.
objects Array
Optional array of objects to insert or null if no objects.

Returns:

Void
doc_EmberJs
2016-11-30 16:48:37
Comments
Leave a Comment

Please login to continue.