FormContextState Interface

Beta  

FormContextState combines the Form's state data with the callbacks used to update the value of the state data.

Extends

  • FormState

Methods

Name Description
setValues(values: FieldValues): void    

Inherited properties

Name Type Inherited from Description
errorMsg string FormState  
submitSuccess undefined | boolean FormState  
values FieldValues FormState  

Defined in

Last Updated: 29 November, 2022