modules# DMessage

消息数据集合, 用于存储消息数据, 包括但不限于 DMessage

Constructor

new DMessage(dataopt)

消息数据类

创建消息数据实例

Parameters:
NameTypeAttributesDefaultDescription
dataDMessage | null<optional>
null

消息数据

Members

(nullable) condition :TBoolCallback

条件函数

条件函数, 模组条件时显示消息, 不满足时不显示消息

Default Value
  • FHelp.T

(nullable) priority :number

消息优先级

优先级, 高优先级消息将会覆盖低优先级的消息

Type:
  • number
Default Value
  • 2

text :string|Array.<string>

消息文本

在提示框中显示的消息文本, 可以是 string 也可以是 string[]

Type:
  • string | Array.<string>
Default Value
  • ''

(nullable) type :string

消息类型

消息的类型, 例如: hour, date, event 等等

Type:
  • string
Default Value
  • null

(static, readonly) priority :number

默认优先级

getter: 消息的默认优先级

Type:
  • number
Default Value
  • 2