IReadOnlyObservableCollection.at - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IReadOnlyObservableCollection<TItem> / at method
Gets the item at the provided index.
at(
index: number
): TItem
Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:59
.
-
index:
number
The index from which to retrieve an item, accepts both positive and negative values.
The item at the provided index.