From fa0f192491138771e349269f7fc1845fa28a6727 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Tue, 30 Aug 2022 16:41:48 +0800 Subject: [PATCH] update ts-methods-menu.md (7859) Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-methods-menu.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-methods-menu.md b/en/application-dev/reference/arkui-ts/ts-methods-menu.md index 7491b04dc2..80c3ced9e5 100644 --- a/en/application-dev/reference/arkui-ts/ts-methods-menu.md +++ b/en/application-dev/reference/arkui-ts/ts-methods-menu.md @@ -1,10 +1,10 @@ # Menu -The menu bound to a component through [bindContextMenu](./ts-universal-attributes-menu.md#Atrributes) on a page can be closed as needed. +The menu bound to a component through [bindContextMenu](../ts-universal-attributes-menu.md#atrributes) on a page can be closed as needed. -> **NOTE** +> **NOTE** > -> The APIs of this module are supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. +> The APIs of this module are supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. ## Required Permissions @@ -13,9 +13,9 @@ None ## ContextMenu.close -| API | Description | -| ---- | --- | -|close(): void| Closes the menu bound to this component through [bindContextMenu](./ts-universal-attributes-menu.md#Atrributes) on a page. | +|Name|Description| +|----|---| +| close(): void | Closes the menu bound to this component through [bindContextMenu](../ts-universal-attributes-menu.md#atrributes) on a page. | ## Example -- GitLab