Skip to content

ReadOnlyObservableCollection.entries

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

Gets an iterator that provides index-item pairs for each element in the collection.

public entries(): IterableIterator<[number, TItem], any, any>

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

Returns: IterableIterator<[number, TItem], any, any>

An iterator going over index-item pairs for each element in the collection.

See also

Clone this wiki locally