Preparing search index...
The search index is not available
@rxap/form-system - v19.1.0
@rxap/form-system
UseFunctionDefinition
Interface UseFunctionDefinition<ReturnType, Args, Config>
interface
UseFunctionDefinition
<
ReturnType
=
unknown
,
Args
extends
any
[]
=
any
[]
,
Config
extends
UseFunctionConfig
<
ReturnType
,
Args
>
=
UseFunctionConfig
<
ReturnType
,
Args
,
>
,
>
{
config
?:
Config
;
fnc
:
UseFunctionType
<
Args
,
ReturnType
>
;
}
Type Parameters
ReturnType
=
unknown
Args
extends
any
[]
=
any
[]
Config
extends
UseFunctionConfig
<
ReturnType
,
Args
>
=
UseFunctionConfig
<
ReturnType
,
Args
>
Index
Properties
config?
fnc
Properties
Optional
config
config
?:
Config
fnc
fnc
:
UseFunctionType
<
Args
,
ReturnType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
fnc
@rxap/form-system - v19.1.0
Loading...