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