IJsonRpcMessage interface
Represents a remote procedure call (rpc) between frames.
Properties
error | |
handshake |
|
id | |
instance |
|
instance |
|
method |
|
params | |
result | |
serialization |
Property Details
error
error?: any
Property Value
any
handshakeToken
handshakeToken?: string
Property Value
string
id
id: number
Property Value
number
instanceContext
instanceContext?: Object
Property Value
Object
instanceId
instanceId?: string
Property Value
string
methodName
methodName?: string
Property Value
string
params
params?: any[]
Property Value
any[]
result
result?: any
Property Value
any