diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 38f0dfe690a4ace8932567445f6cdafda0c4258f..710055131e7c3cf47597c9405db8e24a4c31eb6d 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -3157,6 +3157,19 @@ typedef enum { */ NODE_TEXT_INPUT_KEYBOARD_APPEARANCE = 7035, + /** + * @brief Set whether to enable the auto fill animation or not. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .value[0].i32: Whether to enable the auto fill animation.\n + * \n + * Format of the return value {@link ArkUI_AttributeItem}: \n + * .value[0].i32: Get the flag of whether the auto fill animation is enabled.\n + * + * @since 20 + */ + NODE_TEXT_INPUT_ENABLE_FILL_ANIMATION = 7036, + /** * @brief Defines the default placeholder text for the multi-line text box. * This attribute can be set, reset, and obtained as required through APIs.