Skip to content

ObservableCollection.get

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

This method overrides ReadOnlyObservableCollection.get.

Gets the item at the provided index.

public get(
  index: number
): TItem

Source reference: src/collections/observableCollections/ObservableCollection.ts:78.

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