Preparing search index...
The search index is not available
kkrpc
kkrpc
mod
Message
Interface Message<T>
This file contains the serialization and deserialization functions for the RPC protocol.
interface
Message
<
T
>
{
args
:
T
;
callbackIds
?:
string
[]
;
id
:
string
;
method
:
string
;
type
:
"request"
|
"response"
|
"callback"
;
}
Type Parameters
T
=
any
Index
Properties
args
callback
Ids?
id
method
type
Properties
args
args
:
T
Optional
callback
Ids
callback
Ids
?:
string
[]
id
id
:
string
method
method
:
string
type
type
:
"request"
|
"response"
|
"callback"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
callback
Ids
id
method
type
kkrpc
Loading...
This file contains the serialization and deserialization functions for the RPC protocol.