objectAtContent (idx) Object
private
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
Please login to continue.