ReadOnlyObservableMap.keys - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyObservableMap<TKey, TItem> / keys method
Gets an iterator that provides each key in the map.
public keys(): IterableIterator<TKey>
Source reference: src/collections/observableMap/ReadOnlyObservableMap.ts:67
.
Returns: IterableIterator<TKey>
An iterator going over each key in the map.