ReadOnlyFormCollection.constructor - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyFormCollection<TForm, TValidationError> / constructor
Initializes a new instance of the ReadOnlyFormCollection<TForm, TValidationError>
class.
public constructor(
sections?: Iterable<TForm>
)
Source reference: src/forms/ReadOnlyFormCollection.ts:24
.
-
sections: Iterable<TForm>
The sections to initialize the collection with.