Preparing search index...
The search index is not available
@devlander/hooks
@devlander/hooks
FormAction
Type Alias FormAction<TFormValues>
Form
Action
<
TFormValues
>
:
{
field
:
keyof
TFormValues
;
type
:
"SET_FIELD"
;
value
:
TFormValues
[
keyof
TFormValues
]
;
}
|
{
errors
:
Partial
<
Record
<
keyof
TFormValues
,
string
>
>
;
type
:
"SET_ERRORS"
;
}
|
{
type
:
"RESET_FORM"
;
values
:
TFormValues
;
}
Action types for updating form state in the reducer
Type Parameters
TFormValues
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@devlander/hooks
Loading...
Action types for updating form state in the reducer