Skip to content

ObjectValidator.validators

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

Gets the validators that have been configured.

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

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

Source reference: src/validation/objectValidator/ObjectValidator.ts:100.

Clone this wiki locally