FormCollection.push - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / FormCollection<TForm, TValidationError> / push method
This method overrides ReadOnlyFormCollection.push.
Appends new elements to the end of the collection, and returns the new length of the collection.
public push(
...items: readonly TForm[]
): number
Source reference: src/forms/FormCollection.ts:45
.
Returns: number
The new length of the collection.