swarpc
Preparing search index...
typings
ProcedureImplementation
Type Alias ProcedureImplementation<I, P, S>
ProcedureImplementation
:
(
input
:
I
[
"inferOut"
]
,
onProgress
:
(
progress
:
P
[
"inferOut"
]
)
=>
void
,
)
=>
Promise
<
NoInfer
<
S
>
[
"inferOut"
]
|
NoInfer
<
S
>
[
"inferOut"
]
>
Type Parameters
I
extends
Type
P
extends
Type
S
extends
Type
Type declaration
(
input
:
I
[
"inferOut"
]
,
onProgress
:
(
progress
:
P
[
"inferOut"
]
)
=>
void
,
)
:
Promise
<
NoInfer
<
S
>
[
"inferOut"
]
|
NoInfer
<
S
>
[
"inferOut"
]
>
Parameters
input
:
I
[
"inferOut"
]
onProgress
:
(
progress
:
P
[
"inferOut"
]
)
=>
void
Returns
Promise
<
NoInfer
<
S
>
[
"inferOut"
]
|
NoInfer
<
S
>
[
"inferOut"
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
swarpc
Loading...