Skip to content

ReadOnlyObservableMap.[iterator]

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

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

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

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

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