ReadOnlyFormCollection.isValid - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyFormCollection<TForm, TValidationError> / isValid property
A flag indicating whether the object is valid.
Property type: boolean
.
public get isValid(): boolean
Source reference: src/forms/ReadOnlyFormCollection.ts:73
.