diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index d57414dcc66626c3e0ad7d8815597aa26b53bc9a..33062eef7dfdb406c8382ebdceae6636b33612d4 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1825,6 +1825,19 @@ typedef enum { * */ NODE_CLICK_DISTANCE = 97, + + /** + * @brief Set whether to enable autofocus transfer. + * 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].i32: The parameter type is 1 or 0. + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].i32: The parameter type is 1 or 0. + * + */ + NODE_AUTO_FOCUS_TRANSFER = 98, /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs.