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