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