Skip to content

IReadOnlyObservableCollection.keys

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

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

keys(): IterableIterator<number, any, any>

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

An iterator going over each index in the collection.

See also

Clone this wiki locally