GitHub
Preparing search index...
The search index is not available
flex-rpc - v0.1.0
flex-rpc
MethodHandler
Type alias MethodHandler<TParams, TResult>
Method
Handler
<
TParams
,
TResult
>
:
(
(
params
,
context
)
=>
TResult
|
Promise
<
TResult
>
)
Type Parameters
TParams
extends
JsonRpcParams
=
JsonRpcParams
TResult
=
unknown
Type declaration
(
params
,
context
)
:
TResult
|
Promise
<
TResult
>
Parameters
params
:
TParams
|
undefined
context
:
RequestContext
Returns
TResult
|
Promise
<
TResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
flex-rpc - v0.1.0
Loading...