Skip to content

Form.sections

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
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:623.

Clone this wiki locally