# new UpdateContent(options)
更新内容对象
参数:
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
options |
Object | 构造参数 |
|
dataChanged |
Boolean | true | 数据是否发生变化 |
name |
String | null | 事件名称(类型) |
operationType |
String | 'property' | 事件操作类型,property:属性事件,method:方法事件 |
params |
Array | [] | 事件操作中使用的参数 |