Skip to content

ReadOnlyObservableSet.values

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

Gets an iterator that provides each item in the collection.

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

Source reference: src/collections/observableSet/ReadOnlyObservableSet.ts:76.

Returns: IterableIterator<TItem, any, any>

An iterator going over each item in the collection.

See also

Clone this wiki locally