Umi — API References - v1.3.0
Preparing search index...
umi-tasks
TaskCallback
Type Alias TaskCallback<T, I>
TaskCallback
:
(
scope
:
DisposableScope
,
...
inputs
:
I
)
=>
T
|
Promise
<
T
>
Type Parameters
T
I
extends
any
[]
Type Declaration
(
scope
:
DisposableScope
,
...
inputs
:
I
)
:
T
|
Promise
<
T
>
Parameters
scope
:
DisposableScope
...
inputs
:
I
Returns
T
|
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...