Skip to content

IReadOnlyObservableCollection.keys

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

Gets an iterator that provides the indexes for each element in the collection.

keys(): IterableIterator<number>

Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:44.

An iterator going over each index in the collection.

See also

Clone this wiki locally