类名 UpdateContent

# new UpdateContent(options)

更新内容对象

参数:

名称 类型 默认值 描述
options Object

构造参数

dataChanged Boolean true

数据是否发生变化

name String null

事件名称(类型)

operationType String 'property'

事件操作类型,property:属性事件,method:方法事件

params Array []

事件操作中使用的参数

查看源代码 common/base/event/UpdateContent.js, line 3

成员变量

Boolean

# dataChanged

数据是否发生变化

查看源代码 common/base/event/UpdateContent.js, line 16

String

# name

事件名称(类型)

查看源代码 common/base/event/UpdateContent.js, line 21

String

# operationType

事件操作类型,property:属性事件,method:方法事件

查看源代码 common/base/event/UpdateContent.js, line 26

Array

# params

事件操作中使用的参数

查看源代码 common/base/event/UpdateContent.js, line 31

构造函数
成员变量
方法
事件