Skip to content

ReadOnlyObservableCollection.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.

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

Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:142.

An iterator going over each index in the collection.

See also

Clone this wiki locally