You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "A list of elements in which the specified item will be searched for to determine its index."
}
],
"documentation": []
},
{
"runtimeName": "item",
"defaultValue": null,
"name": [
{
"code": "en-US",
"content": "Item"
}
],
"description": [
{
"code": "en-US",
"content": "The item for which the function searches in the list and returns the index of its first occurrence."
}
],
"documentation": []
}
],
"throwsError": false,
"name": [
{
"code": "en-US",
"content": "Index of Item"
}
],
"description": [
{
"code": "en-US",
"content": "Returns the zero-based index of the first occurrence of a given item in the specified list. If the item is not found, it typically returns -1."