Skip to content

FormCollection.constructor

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

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

public constructor(
  sections?: Iterable<TForm>
)

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

Parameters

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