FormCollection.get - Andrei15193/react-model-view-viewmodel GitHub Wiki

This method overrides ReadOnlyFormCollection.get.

Gets the item at the provided index.

public get(
  index: number
): TForm

Source reference: src/forms/FormCollection.ts:83.

Parameters

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

Returns: TForm

The item at the provided index.

See also

⚠️ **GitHub.com Fallback** ⚠️