Skip to content

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

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

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

See also

Clone this wiki locally