ReadOnlyFormCollection.constructor - Andrei15193/react-model-view-viewmodel GitHub Wiki

Initializes a new instance of the ReadOnlyFormCollection<TForm, TValidationError> class.

public constructor(
  sections?: Iterable<TForm>
)

Source reference: src/forms/ReadOnlyFormCollection.ts:24.

Parameters

  • sections: Iterable<TForm>
    The sections to initialize the collection with.
⚠️ **GitHub.com Fallback** ⚠️