Skip to content

IReadOnlyObservableMap.values

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

Gets an iterator that provides each item in the map.

values(): IterableIterator<TItem>

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

Returns: IterableIterator<TItem>

An iterator going over each item in the map.

See also

Clone this wiki locally