FormCollection.get - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / FormCollection<TForm, TValidationError> / get method
This method overrides ReadOnlyFormCollection.get.
Gets the item at the provided index.
public get(
index: number
): TForm
Source reference: src/forms/FormCollection.ts:83
.
-
index:
number
The index from which to retrieve an item.
The item at the provided index.