Skip to content

ReadOnlyObservableSet.keys

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

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

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

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

Returns: IterableIterator<TItem, any, any>

An iterator going over each key in the collection.

See also

Clone this wiki locally