mobx-sentinel API doc
GitHub
Example
Preparing search index...
@mobx-sentinel/form
FormBindingFuncExtension
ForForm
OptionalConfig
Type Alias OptionalConfig<T, Binding>
OptionalConfig
:
(
config
?:
NoInfer
<
ConfigOf
<
Binding
>
>
&
FormBindingFuncExtension
.
Config
,
)
=>
InstanceType
<
Binding
>
[
"props"
]
Create a binding for the form
Type Parameters
T
Binding
extends
new
(
form
:
Form
<
T
>
,
config
:
any
)
=>
FormBinding
Type declaration
(
config
?:
NoInfer
<
ConfigOf
<
Binding
>
>
&
FormBindingFuncExtension
.
Config
,
)
:
InstanceType
<
Binding
>
[
"props"
]
Parameters
Optional
config
:
NoInfer
<
ConfigOf
<
Binding
>
>
&
FormBindingFuncExtension
.
Config
Returns
InstanceType
<
Binding
>
[
"props"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Example
mobx-sentinel API doc
Loading...
Create a binding for the form