Preparing search index...
The search index is not available
@rxap/form-system - v19.1.0
@rxap/form-system
UseMethodDefinition
Interface UseMethodDefinition<ReturnType, Parameter, Config>
interface
UseMethodDefinition
<
ReturnType
=
unknown
,
Parameter
=
unknown
,
Config
extends
UseMethodConfig
<
ReturnType
,
Parameter
>
=
UseMethodConfig
<
ReturnType
,
Parameter
,
>
,
>
{
config
?:
Config
;
method
:
ProviderToken
<
Method
<
ReturnType
,
Parameter
>
>
;
}
Type Parameters
ReturnType
=
unknown
Parameter
=
unknown
Config
extends
UseMethodConfig
<
ReturnType
,
Parameter
>
=
UseMethodConfig
<
ReturnType
,
Parameter
>
Index
Properties
config?
method
Properties
Optional
config
config
?:
Config
method
method
:
ProviderToken
<
Method
<
ReturnType
,
Parameter
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
method
@rxap/form-system - v19.1.0
Loading...