diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index df32a038e63751b34c2eff37beb799f0d38948c4..339c5a1172f2402800b371b26a9dec6ee4537874 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -3861,6 +3861,20 @@ typedef enum { */ NODE_TEXT_AREA_LINE_HEIGHT = 8031, + /** + * @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: The color of the scroll bar text area is represented in 0xARGB format. \n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .data[0].u32: The color of the scroll bar text area is represented in 0xARGB format. \n + * + * @since 21 + */ + NODE_TEXT_AREA_SCROLL_BAR_COLOR = 8032, + /** * @brief Defines the button text content. This attribute can be set, reset, and obtained as required through APIs. *