From 5719310f61a3f1b5ebf683c7e7aa3e8839394de6 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Tue, 28 Jun 2022 02:28:54 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-methods-menu.md. Signed-off-by: king_he <6384784@qq.com> --- en/application-dev/reference/arkui-ts/ts-methods-menu.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 2b9d493517..9355cedf28 100644 --- a/en/application-dev/reference/arkui-ts/ts-methods-menu.md +++ b/en/application-dev/reference/arkui-ts/ts-methods-menu.md @@ -1,12 +1,12 @@ # Menu -> ![icon-note.gif](public_sys-resources/icon-note.gif) **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. ## ContextMenu.close -|methods|description| -|----|---| -|close(): void|Closes the menu bound to this component through [bindContextMenu](./ts-universal-attributes-menu.md#Atrributes) on a page.| +| API | Description | +| ---- | --- | +|close(): void| Closes the menu bound to this component through [bindContextMenu](./ts-universal-attributes-menu.md#Atrributes) on a page. | - Example ``` -- GitLab