Skip to content

IReadOnlyObservableSet.keys

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

Gets an iterator that provides each element in the set, this is an alias for IReadOnlyObservableSet.values

keys(): IterableIterator<TItem>

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

Returns: IterableIterator<TItem>

An iterator going over each item in the set.

See also

Clone this wiki locally