Margarita form reference documentation
Preparing search index...
@margarita-form/react
useFormStore
Function useFormStore
useFormStore
(
form
:
MF
,
)
:
{
getSnapshot
:
()
=>
string
;
subscribe
:
(
listener
:
()
=>
void
)
=>
()
=>
void
;
}
Parameters
form
:
MF
Returns
{
getSnapshot
:
()
=>
string
;
subscribe
:
(
listener
:
()
=>
void
)
=>
()
=>
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Margarita form reference documentation
Loading...