SP.NavigationNodeCollection.itemAt Method (sp.js)

Gets the navigation node at the specified index in the collection.

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

SP.NavigationNodeCollection.itemAt()

Parameters

  • index
    Type: Number

    The zero-based index of the element.

Return value

Type: SP.NavigationNode

The navigation node at the specified index in the collection.

Remarks

This method gets the navigation node at the index specified by the index parameter.