SP.UserCustomActionCollection.itemAt Method (sp.js)

Gets the custom action at the specified index of the collection.

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

SP.UserCustomActionCollection.itemAt()

Parameters

  • index
    Type: int

    The zero-based index of the element.

Return value

Type: SP.UserCustomAction

The custom action at the specified index of the collection.

Remarks

This method gets the custom action at the index specified by the index parameter.