ObjectValidator.validate - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ObjectValidator<TValidatable, TValidationError> / validate method
Validates the target using the currently configured validators. Validation does get triggered when the target changes or when a trigger notifies that a validation should occur.
Only use this method for specific cases where a validation need to be manually triggered, usually this should not be the case.
public validate(): null | TValidationError
Source reference: src/validation/objectValidator/ObjectValidator.ts:132
.