Skip to content

ReadOnlyObservableMap.values

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

Gets an iterator that provides each item in the map.

public values(): IterableIterator<TItem, any, any>

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

Returns: IterableIterator<TItem, any, any>

An iterator going over each item in the map.

See also

Clone this wiki locally