Class: LayerUpdateContent

LayerUpdateContent

new LayerUpdateContent()

base/event/updateContent/LayerUpdateContent.js, line 4

图层上更新内容

Extends

Members

dataChangedBoolean

数据是否发生变化。例如矢量瓦片图层的样式发生改变。

extendPropsObject

UpdateContent上不支持的属性,二次开发用户希望挂在UpdateContent上的属性

nameString

更新内容的名称。可以是图层的属性或者方法名,以及其他自定义的更新内容名称

operationTypeString

操作类型。识别属性更新还是方法更新。'method' | 'property'

paramsArray

更新内容的参数。如果operationType为method,则params为方法参数。如果operationType为property,则params为属性值

更新内容的类型