Skip to content

IReadOnlyObjectValidator.validators

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

Gets the validators that have been configured.

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

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

Source reference: src/validation/objectValidator/IReadOnlyObjectValidator.ts:21.

Clone this wiki locally