Skip to content

IReadOnlyObservableCollection.at

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

Gets the item at the provided index.

at(
  index: number
): TItem

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

Parameters

  • index: number
    The index from which to retrieve an item, accepts both positive and negative values.

Returns: TItem

The item at the provided index.

See also

Clone this wiki locally