Skip to content

IReadOnlyObservableMap.toMap

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Converts the observable map to a native JavaScript Map.

toMap(): Map<TKey, TItem>

Source reference: src/collections/observableMap/IReadOnlyObservableMap.ts:73.

Returns: Map<TKey, TItem>

An Map containing all the entries in the collection.

Clone this wiki locally