- Preparing search index...
- The search index is not available
API References
Type alias TaskCallback<T, I>
Task
Callback
<T, I>: ((scope
: DisposableScope,
...inputs
: I) => T | Promise<T>)
Type declaration
-
- (scope: DisposableScope, ...inputs: I): T | Promise<T>
-
Returns T | Promise<T>