diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 035a5f275d6db1da3cacab03e554118e676865aa..6593aa10f67ccb59909d49841282c35485d406a6 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1785,7 +1785,21 @@ typedef enum { * */ NODE_TRANSITION = 94, - + + /** + * @brief Set the current component system focus box style. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute: \n + * .value[0].f32: The distance between the focus box and the edge of the component. \n + * Positive numbers represent the outer side, negative numbers represent the inner side. \n + * Percentage is not supported. \n + * .value[1].f32: Focus box width. Negative numbers and percentages are not supported. \n + * .value[2].u32: Focus box color. \n + * \n + * + */ + NODE_FOCUS_BOX = 96, + /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs. *