M3D / M3D / Utility / M3DMessage
Class: M3DMessage
Memberof
M3D.Utility
Description
M3D消息
Author
nihy
Date
2022-1-17
Version
1.0
Copyright
All Rights Reserved. Copyright (C) 2022 HOTEAMSOFT, Ltd
Hierarchy
-
M3DMessage
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new M3DMessage(type
, state
, para?
): M3DMessage
Parameters
Name | Type |
---|---|
type | string |
state | string |
para? | Map <string , any > |
Returns
Description
构造函数
Properties
exception
• exception: any
expired
• expired: boolean
handler
• handler: any
info
• info: string
level
• level: number
state
• state: string
type
• type: string
Methods
setExpired
▸ setExpired(isExpired
): void
Parameters
Name | Type | Description |
---|---|---|
isExpired | boolean | 是否消息过期 |
Returns
void
Description
设置消息过期