* 设置指定 path 的属性模型实例值 * @param path 属性路径,支持 a / a.b / a.0 等格式 * @param value 值 * @returns
(path: string, value: IPublicTypeCompositeValue)
| 500 | * @returns |
| 501 | */ |
| 502 | setExtraPropValue(path: string, value: IPublicTypeCompositeValue): void { |
| 503 | return this.getExtraProp(path)?.setValue(value); |
| 504 | } |
| 505 | |
| 506 | /** |
| 507 | * 导入节点数据 |
nothing calls this directly
no test coverage detected