提交 1f0199d4 编写于 作者: Y yu-shihao4

modify format

Signed-off-by: Nyu-shihao4 <yushihao4@huawei.com>
上级 9a87194b
...@@ -1233,17 +1233,20 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo ...@@ -1233,17 +1233,20 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo
长按特定元素(例如图片,链接),跳出菜单。 长按特定元素(例如图片,链接),跳出菜单。
**参数:** **参数:**
| 参数名 | 参数类型 | 参数描述 | | 参数名 | 参数类型 | 参数描述 |
| ------- | ------------------------------------ | ---------------- | | ------- | ------------------------------------ | ---------------- |
| param | [WebContextMenuParam](#webcontextmenuparam9) | 菜单相关参数。 | | param | [WebContextMenuParam](#webcontextmenuparam9) | 菜单相关参数。 |
| result | [WebContextMenuResult](#webcontextmenuresult9) | 菜单相应事件传入内核。 | | result | [WebContextMenuResult](#webcontextmenuresult9) | 菜单相应事件传入内核。 |
**返回值:** **返回值:**
| 类型 | 说明 | | 类型 | 说明 |
| ------ | -------------------- | | ------ | -------------------- |
| boolean | 自定义菜单返回true,默认菜单返回false。 | | boolean | 自定义菜单返回true,默认菜单返回false。 |
**示例:** **示例:**
```ts ```ts
// xxx.ets // xxx.ets
@Entry @Entry
...@@ -1760,7 +1763,7 @@ getLinkUrl(): string ...@@ -1760,7 +1763,7 @@ getLinkUrl(): string
getUnfilterendLinkUrl(): string getUnfilterendLinkUrl(): string
获取linkurl链接 获取链接地址
**返回值:** **返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册