SP.ListItemCollection.item property (sp.js)

Gets the list item at the specified index in the collection.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.ListItemCollection.get_item ()

Parameters

  • index

Return value

Type: SP.ListItem

The list item at the specified index of the collection.

See also

Other resources

ListItemCollection REST resource