Hex Core JS
Preparing search index...
Forms
FormSubFormStatesStateFunctions
Type Alias FormSubFormStatesStateFunctions<FV>
FormSubFormStatesStateFunctions
:
Readonly
<
{
addFieldSubFormStateItem
:
<
SFV
extends
FormValues
>
(
fieldName
:
KeyWithValueType
<
FV
,
SFV
[]
>
,
getSubFormState
:
(
index
:
number
)
=>
SubFormState
<
SFV
>
,
)
=>
void
;
removeFieldSubFormStateItem
:
<
SFV
extends
FormValues
>
(
fieldName
:
KeyWithValueType
<
FV
,
SFV
[]
>
,
index
:
number
,
)
=>
void
;
setFieldSubFormStateItem
:
<
SFV
extends
FormValues
>
(
fieldName
:
KeyWithValueType
<
FV
,
SFV
[]
>
,
index
:
number
,
action
:
React.SetStateAction
<
SubFormState
<
SFV
>
>
,
)
=>
void
;
setFieldSubFormStates
:
<
SFV
extends
FormValues
>
(
fieldName
:
KeyWithValueType
<
FV
,
SFV
[]
>
,
action
:
SetStateActionWithUndefinedPrev
<
SubFormState
<
SFV
>
[]
>
,
)
=>
void
;
}
,
>
Type Parameters
FV
extends
FormValues
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...