Skip to content

IReadOnlyFormCollection.validation

github-actions[bot] edited this page Feb 4, 2025 · 4 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