Preparing search index...
The search index is not available
@rxap/form-system - v19.1.0
@rxap/form-system
UseMethodConfig
Interface UseMethodConfig<ReturnTypeTarget, ParameterSource, ReturnTypeSource, ParameterTarget>
interface
UseMethodConfig
<
ReturnTypeTarget
=
any
,
ParameterSource
=
any
,
ReturnTypeSource
=
any
,
ParameterTarget
=
any
,
>
{
adapter
?:
{
parameter
?:
MethodParameterAdapterFunction
<
ParameterSource
,
ParameterTarget
,
>
;
result
?:
MethodResultAdapterFunction
<
ReturnTypeSource
,
ReturnTypeTarget
>
;
}
;
}
Type Parameters
ReturnTypeTarget
=
any
ParameterSource
=
any
ReturnTypeSource
=
any
ParameterTarget
=
any
Index
Properties
adapter?
Properties
Optional
adapter
adapter
?:
{
parameter
?:
MethodParameterAdapterFunction
<
ParameterSource
,
ParameterTarget
,
>
;
result
?:
MethodResultAdapterFunction
<
ReturnTypeSource
,
ReturnTypeTarget
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adapter
@rxap/form-system - v19.1.0
Loading...