Skip to content

FormFieldSet

Andrei Fangli edited this page Sep 14, 2023 · 2 revisions
API / FormFieldSet<TFormFieldViewModel> type

A set of form fields that can be used in generic parameter constraints.

type FormFieldSet<TFormFieldViewModel extends IFormFieldViewModel<any>> = { readonly [key: string]: TFormFieldViewModel; }

Template Parameters

  • TFormFieldViewModel: the type of fileds the form contains.
Clone this wiki locally