ReadOnlyObservableCollection.values - Andrei15193/react-model-view-viewmodel GitHub Wiki

Gets an iterator that provides each element in the collection.

public values(): IterableIterator<TItem>

Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:153.

Returns: IterableIterator<TItem>

An iterator going over each element in the collection.

See also

⚠️ **GitHub.com Fallback** ⚠️