提交 06cb19d6 编写于 作者: Y yu-shihao4

modify ets and param

Signed-off-by: Nyu-shihao4 <yushihao4@huawei.com>
上级 a930aeae
...@@ -1252,9 +1252,6 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo ...@@ -1252,9 +1252,6 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo
console.info("x coord = " + event.param.x()); console.info("x coord = " + event.param.x());
console.info("link url = " + event.param.getLinkUrl()); console.info("link url = " + event.param.getLinkUrl());
}) })
},
cancel: () => {
event.result.closeContextMenu();
} }
} }
``` ```
...@@ -1727,7 +1724,7 @@ x(): number ...@@ -1727,7 +1724,7 @@ x(): number
| 类型 | 说明 | | 类型 | 说明 |
| --------------- | ----------------------- | | --------------- | ----------------------- |
| int | 显示正常返回非负整数,否则返回-1。 | | number | 显示正常返回非负整数,否则返回-1。 |
### y<sup>9+</sup> ### y<sup>9+</sup>
...@@ -1739,7 +1736,7 @@ y(): number ...@@ -1739,7 +1736,7 @@ y(): number
| 类型 | 说明 | | 类型 | 说明 |
| --------------- | ----------------------- | | --------------- | ----------------------- |
| int | 显示正常返回非负整数,否则返回-1。 | | number | 显示正常返回非负整数,否则返回-1。 |
### getLinkUrl<sup>9+</sup> ### getLinkUrl<sup>9+</sup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册