提交 c6ce6c95 编写于 作者: X xu-rui-w

修改参数说明

Signed-off-by: Nxu-rui-w <xurui101@huawei.com>
上级 f8153bf6
......@@ -1311,7 +1311,7 @@ modifyImageProperty(key: string, value: string): Promise\<void>
**示例:**
```js
imageSourceApi.modifyImageProperty("ImageWidth", "abc")
imageSourceApi.modifyImageProperty("ImageWidth", "120")
.then(() => {
const w = imageSourceApi.getImageProperty("ImageWidth")
console.info('w', w);
......@@ -1337,7 +1337,7 @@ modifyImageProperty(key: string, value: string, callback: AsyncCallback\<void>):
**示例:**
```js
imageSourceApi.modifyImageProperty("ImageWidth", "abc",() => {})
imageSourceApi.modifyImageProperty("ImageWidth", "120",() => {})
```
### updateData<sup>9+</sup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册