IJsonRpcMessage interface
表示框架之間的遠端程序呼叫 (rpc) 。
屬性
error | |
handshake |
|
id | |
instance |
|
instance |
|
method |
|
params | |
result | |
serialization |
屬性詳細資料
error
error?: any
屬性值
any
handshakeToken
handshakeToken?: string
屬性值
string
id
id: number
屬性值
number
instanceContext
instanceContext?: Object
屬性值
Object
instanceId
instanceId?: string
屬性值
string
methodName
methodName?: string
屬性值
string
params
params?: any[]
屬性值
any[]
result
result?: any
屬性值
any