Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
RequestHandler
Type alias RequestHandler
Request
Handler
:
(
(
method
,
args
)
=>
Promise
<
any
>
)
Handles request messages received by the RPCProtocol.
Type declaration
(
method
,
args
)
:
Promise
<
any
>
Parameters
method
:
string
args
:
any
[]
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Theia TypeDoc
Loading...
Handles request messages received by the RPCProtocol.