Skip to content

IReadOnlyFormCollection.validation

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

Gets the validation configuration for the form. Fields have their own individual validation config as well.

Property type: IObjectValidator<IReadOnlyFormCollection<TForm, TValidationError>, TValidationError>.

readonly validation: IObjectValidator<IReadOnlyFormCollection<TForm, TValidationError>, TValidationError>

Source reference: src/forms/IReadOnlyFormCollection.ts:18.

Clone this wiki locally