ReadOnlyObservableSet.keys - Andrei15193/react-model-view-viewmodel GitHub Wiki

Gets an iterator that provides each element in the collection, this is an alias for ReadOnlyObservableSet.values

public keys(): IterableIterator<TItem>

Source reference: src/collections/observableSet/ReadOnlyObservableSet.ts:68.

Returns: IterableIterator<TItem>

An iterator going over each key in the collection.

See also

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