swarpc
Preparing search index...
typings
ClientMethod
Type Alias ClientMethod<P>
ClientMethod
:
(
input
:
P
[
"input"
]
[
"inferIn"
]
,
onProgress
?:
(
progress
:
P
[
"progress"
]
[
"inferOut"
]
)
=>
void
,
)
=>
Promise
<
P
[
"success"
]
[
"inferOut"
]
>
Type Parameters
P
extends
Procedure
<
Type
,
Type
,
Type
>
Type declaration
(
input
:
P
[
"input"
]
[
"inferIn"
]
,
onProgress
?:
(
progress
:
P
[
"progress"
]
[
"inferOut"
]
)
=>
void
,
)
:
Promise
<
P
[
"success"
]
[
"inferOut"
]
>
Parameters
input
:
P
[
"input"
]
[
"inferIn"
]
Optional
onProgress
:
(
progress
:
P
[
"progress"
]
[
"inferOut"
]
)
=>
void
Returns
Promise
<
P
[
"success"
]
[
"inferOut"
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
swarpc
Loading...