Skip to content

Form.sections

github-actions[bot] edited this page Oct 24, 2024 · 4 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