From 573c5d8080adc402ecc8a42cbc6b9c154103b226 Mon Sep 17 00:00:00 2001 From: huangdong57 Date: Wed, 26 Jul 2023 17:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangdong57 --- ...is-componentUtils.md => js-apis-arkui-componentUtils.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename zh-cn/application-dev/reference/apis/{js-apis-componentUtils.md => js-apis-arkui-componentUtils.md} (98%) diff --git a/zh-cn/application-dev/reference/apis/js-apis-componentUtils.md b/zh-cn/application-dev/reference/apis/js-apis-arkui-componentUtils.md similarity index 98% rename from zh-cn/application-dev/reference/apis/js-apis-componentUtils.md rename to zh-cn/application-dev/reference/apis/js-apis-arkui-componentUtils.md index 2487571099..e31caef2c7 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-componentUtils.md +++ b/zh-cn/application-dev/reference/apis/js-apis-arkui-componentUtils.md @@ -1,4 +1,4 @@ -# @ohos.componentUtils (componentUtils) +# @ohos.arkui.componentUtils (componentUtils) 提供获取组件绘制区域坐标和大小的能力。 @@ -13,7 +13,7 @@ ## 导入模块 ```js -import componentUtils from '@ohos.componentUtils' +import componentUtils from '@ohos.arkui.componentUtils' ``` ## componentUtils.getRectangleById @@ -142,7 +142,7 @@ let modePosition = componentUtils.getRectangleById("onClick"); ```js import matrix4 from '@ohos.matrix4'; -import componentUtils from '@ohos.componentUtils'; +import componentUtils from '@ohos.arkui.componentUtils'; @Entry @Component -- GitLab