Preparing search index...
The search index is not available
dry-ux
dry-ux
DajaxiceFn
Type Alias DajaxiceFn<TArgs>
DajaxiceFn
:
<
TResult
=
any
>
(
args
:
ArgType
<
TArgs
>
)
=>
Promise
<
TResult
>
Represents a Dajaxice function.
Type Parameters
TArgs
=
void
The type of the arguments.
Type declaration
<
TResult
=
any
>
(
args
:
ArgType
<
TArgs
>
)
:
Promise
<
TResult
>
Type Parameters
TResult
=
any
The type of the result.
Parameters
args
:
ArgType
<
TArgs
>
Returns
Promise
<
TResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
dry-ux
Loading...
Represents a Dajaxice function.