diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index c649d1bce0a8c68ff78ef796901f7899bdb3926b..d535f852074ab193c9066dd16876cca3e05e5b94 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.