更新对象属性
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
targets | array | 是 | [Object1, Object2, Object3, ...] | — |
tags | array | 是 | [Object1, Object2, Object3, ...] | — |
highlight | string | 是 | 0 | 0/1点击高亮 |
bAffectChild | string | 是 | true | true/false 可选值: truefalse |
displayName | string | 是 | String | — |
调用
typescript
piclient.emit("object.update",{
targets: [Object1, Object2, Object3, ...],
tags: [Object1, Object2, Object3, ...],
highlight: "0", //0/1点击高亮
bAffectChild: "true", //true/false
displayName: "String",
})