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