Skip to content

ReadOnlyObservableCollection.entries

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

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

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

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

Returns: IterableIterator<[number, TItem]>

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

See also

Clone this wiki locally