The letter to search for in the item's key value.
The array of items to search through.
The key to check in each item. Defaults to "name".
Optional
index: numberThe index of the letter to check in the key value. Defaults to 0.
Optional
filterText: stringThe optional filter text to match against the key value.
True if an item is found that matches the letter and filter text, false otherwise.
Generated using TypeDoc
Finds an item in an array based on a specific letter and optional filter text.