IObjectValidator.validators - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IObjectValidator<TValidatable, TValidationError> / validators property
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
.