Hex Core JS
Preparing search index...
Forms
FieldSubFormStatesState
Type Alias FieldSubFormStatesState<SFV>
type
FieldSubFormStatesState
<
SFV
extends
FormValues
>
=
{
addSubFormStateItem
:
()
=>
void
;
clearSubFormStates
:
()
=>
void
;
isReady
:
boolean
;
removeSubFormStateItem
:
(
index
:
number
)
=>
void
;
replaceSubFormStates
:
(
initialFormValueSets
:
SFV
[]
)
=>
void
;
resetSubFormStates
:
()
=>
void
;
setSubFormStateItem
:
(
index
:
number
,
action
:
React.SetStateAction
<
SubFormState
<
SFV
>
>
,
)
=>
void
;
subFormStates
:
SubFormState
<
SFV
>
[]
;
}
Type Parameters
SFV
extends
FormValues
Index
Properties
add
Sub
Form
State
Item
clear
Sub
Form
States
is
Ready
remove
Sub
Form
State
Item
replace
Sub
Form
States
reset
Sub
Form
States
set
Sub
Form
State
Item
sub
Form
States
Properties
add
Sub
Form
State
Item
addSubFormStateItem
:
()
=>
void
clear
Sub
Form
States
clearSubFormStates
:
()
=>
void
is
Ready
isReady
:
boolean
remove
Sub
Form
State
Item
removeSubFormStateItem
:
(
index
:
number
)
=>
void
replace
Sub
Form
States
replaceSubFormStates
:
(
initialFormValueSets
:
SFV
[]
)
=>
void
reset
Sub
Form
States
resetSubFormStates
:
()
=>
void
set
Sub
Form
State
Item
setSubFormStateItem
:
(
index
:
number
,
action
:
React.SetStateAction
<
SubFormState
<
SFV
>
>
,
)
=>
void
sub
Form
States
subFormStates
:
SubFormState
<
SFV
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Sub
Form
State
Item
clear
Sub
Form
States
is
Ready
remove
Sub
Form
State
Item
replace
Sub
Form
States
reset
Sub
Form
States
set
Sub
Form
State
Item
sub
Form
States
Hex Core JS
Loading...