Skip to content

ReadOnlyObservableMap.entries

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.

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

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

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