Class: XFrameMessage
Table of contents
Properties
Constructors
Methods
Properties
id
• id: string
xFrame
• xFrame: boolean
= true
responseId
• responseId: string
error
• error: string
message
• message: string
type
• type: XFrameMessageType
resolve
• resolve: any
reject
• reject: any
sync
• sync: boolean
data
• data: any
sentTime
• sentTime: number
= null
timeout
• timeout: number
= 1800
channelId
• channelId: string
Constructors
constructor
• new XFrameMessage(init?
)
Parameters
Name | Type |
---|---|
init? | Partial <XFrameMessage > |
Methods
fromJson
▸ Static
fromJson(data
): void
Parameters
Name | Type |
---|---|
data | Partial <XFrameMessage > |
Returns
void