diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 516876804a061d1c1f3c448e81c9ce314a96eb50..447c9b392c23e6eb6f7aefeaca7c0d42f9c3d578 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -7871,6 +7871,19 @@ typedef enum { */ NODE_TEXT_AREA_ON_WILL_CHANGE = 8013, + /** + * @brief Defines the color of the scrollbar. This attribute can be set, reset, and obtained as required + * through APIs. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .data[0].u32: color of the scrollbar, in 0xARGB format. \n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .data[0].u32: color of the scrollbar, in 0xARGB format. \n + * + */ + NODE_TEXT_AREA_SCROLL_BAR_COLOR = 8014, + /** * @brief Defines the event triggered when the selected status of the ARKUI_NODE_CHECKBOX component changes. *