ReadOnlyObservableMap.toMap - Andrei15193/react-model-view-viewmodel GitHub Wiki

Converts the observable map to a native JavaScript Map.

public toMap(): Map<TKey, TItem>

Source reference: src/collections/observableMap/ReadOnlyObservableMap.ts:126.

Returns: Map<TKey, TItem>

An Map containing all the entries in the collection.

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