From 852860301443db4a8c00d114964e8a6bd25ed616 Mon Sep 17 00:00:00 2001 From: liyi0309 Date: Mon, 14 Apr 2025 21:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E8=8F=9C=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=20Signed-off-by:=20liyi0309?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@internal/component/ets/common.d.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 818196a1cd..26e7f2cbbd 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -17385,6 +17385,17 @@ declare interface ContextMenuOptions { * @since 18 */ hapticFeedbackMode?: HapticFeedbackMode; + + /** + * Defines the menu position. + * + * @type { ?Position } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + */ + anchorPosition?: Position; } /** -- Gitee