From daaee65e6e84f43ad71050281b872d53d7a760a6 Mon Sep 17 00:00:00 2001 From: Shi Bofan Date: Tue, 26 Aug 2025 20:44:50 +0800 Subject: [PATCH] history doc: position Signed-off-by: Shi Bofan --- arkui/ace_engine/native/native_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index df32a038e63..26cf8424ae4 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -628,8 +628,8 @@ typedef enum { */ NODE_HIT_TEST_BEHAVIOR, /** - * @brief Defines the offset attribute, which specifies the offset of the component's upper left corner relative - * to the parent container's. This attribute can be set, reset, and obtained as required through APIs. + * @brief Defines the position attribute, which specifies the absolute position of the component's upper left corner + * relative to the parent container's. This attribute can be set, reset, and obtained as required through APIs. * * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n * .value[0].f32: X coordinate. \n -- Gitee