Skip to content

Form.sectionsCollections

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
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:628.

Clone this wiki locally