Skip to content

FormCollection.constructor

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

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

public constructor(
  sections?: Iterable<TForm, any, any>
)

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

Parameters

  • sections: Iterable<TForm, any, any>
    The sections to initialize the collection with.
Clone this wiki locally