Form.fields - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / Form<TValidationError> / fields property
Gets the fields defined within the form instance.
Property type: IReadOnlyObservableCollection<FormField<unknown
, TValidationError>>.
public readonly fields: IReadOnlyObservableCollection<FormField<unknown, TValidationError>>
Source reference: src/forms/Form.ts:617
.