Skip to content

ReadOnlyObservableMap.toMap

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Converts the observable map to a native JavaScript Map.

public toMap(): Map<TKey, TItem>

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

Returns: Map<TKey, TItem>

An Map containing all the entries in the collection.

Clone this wiki locally