Skip to content

IObjectValidator.validators

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Gets the validators that have been configured.

Property type: IObservableCollection<IValidator<TValidatable, TValidationError>>.

readonly validators: IObservableCollection<IValidator<TValidatable, TValidationError>>

Source reference: src/validation/objectValidator/IObjectValidator.ts:17.

Clone this wiki locally