diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index df32a038e63751b34c2eff37beb799f0d38948c4..26cf8424ae47368feb27d29ee5fe5011f2ebd02d 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