Skip to content

Form.fields

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / Form<TValidationError> / fields property

Gets the fields defined within the form instance.

Property type: IReadOnlyObservableCollection<FormField<unknown, TValidationError>>.

public readonly fields: IReadOnlyObservableCollection<FormField<unknown, TValidationError>>

Source reference: src/forms/Form.ts:618.

Clone this wiki locally