Returns the element at a specified index in the collection.

<void> Collection.elementAt(<number> index, <RequestObjectCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
index The zero-based index of the element to retrieve.
callback Receives the element as a parameter.
errorCallback Optional. Is called when the operation failed with an error.