IObservableCollection.get - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IObservableCollection<TItem> / get method
Gets the item at the provided index.
get(
index: number
): TItem
Source reference: src/collections/observableCollections/IObservableCollection.ts:51
.
-
index:
number
The index from which to retrieve an item.
The item at the provided index.