Skip to content

IObservableCollection.get

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

Gets the item at the provided index.

get(
  index: number
): TItem

Source reference: src/collections/observableCollections/IObservableCollection.ts:51.

Parameters

  • index: number
    The index from which to retrieve an item.

Returns: TItem

The item at the provided index.

See also

Clone this wiki locally