IJsonRpcMessage interface

Represents a remote procedure call (rpc) between frames.

Properties

error
handshakeToken
id
instanceContext
instanceId
methodName
params
result
serializationSettings

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

serializationSettings

serializationSettings?: ISerializationSettings

Property Value