Skip to content

IReadOnlyObservableMap.[iterator]

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

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

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

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

Returns: IterableIterator<[TKey, TItem], any, any>

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

See also

Clone this wiki locally