Skip to content

ReadOnlyObservableCollection.at

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Gets the item at the provided index.

public at(
  index: number
): TItem

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

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