Skip to content

ReadOnlyObservableMap.[iterator]

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

Gets an iterator that provides each element in the map in an key-item tupple.

public [iterator](): IterableIterator<[TKey, TItem]>

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

Returns: IterableIterator<[TKey, TItem]>

An iterator going over key-item pairs for each element in the map.

See also

Clone this wiki locally