Skip to content

IReadOnlyObservableSet.values

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

Gets an iterator that provides each item in the set.

values(): IterableIterator<TItem>

Source reference: src/collections/observableSet/IReadOnlyObservableSet.ts:42.

Returns: IterableIterator<TItem>

An iterator going over each item in the set.

See also

Clone this wiki locally