Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormGears<TFormValues>

This interface is not necessary to be implemented because it covers only the one case when all your properties are string and you do not plan to use specific property names.

Type parameters

  • TFormValues

Hierarchy

  • FormGears

Index

Properties

Properties

formApi

formApi: FormApi

Contains a form instance and allows working with the 🏁 FinalForm API.

state

state: FormState<TFormValues>

Contains FormState object. Is updated each time the form is changed.

Generated using TypeDoc