Skip to content

ReadOnlyFormCollection.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<ReadOnlyFormCollection<TForm, TValidationError>, TValidationError>.

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

Source reference: src/forms/ReadOnlyFormCollection.ts:66.

See also

Clone this wiki locally