Interface: FormData<VS, SD, ES, WS>
Type parameters#
| Name | Type | Description |
|---|---|---|
VS | VS | Type of form value state. |
SD | unknown | Type of submit handler result. |
ES | undefined | Type of form error state. |
WS | undefined | Type of form warning state. |
Properties#
errors#
• Optional errors: ES
focusedPath#
• Optional focusedPath: string
initialValues#
• initialValues: VS
pendingValues#
• pendingValues: VS
result#
• Optional result: SD
submitErrors#
• Optional submitErrors: ES
submitStatus#
• submitStatus: FormSubmitStatus
touchedMap#
• touchedMap: Record<string, boolean>
values#
• values: VS
visitedMap#
• visitedMap: Record<string, boolean>
warnings#
• Optional warnings: WS