diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index 8e15853096e307f2173d2df1f0ba5176d0f6f0b5..6b2b9221029645acb38bd7b14c3e6f5a8bbebebd 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -3631,6 +3631,20 @@ typedef enum {
*
*/
NODE_DATE_PICKER_SELECTED_TEXT_STYLE,
+ /**
+ * @brief Defines whether haptic feedback.
+ * This attribute can be set, reset, and obtained as required through APIs.
+ *
+ * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
+ * .value[0].i32: whether to feedback. The value true means to feedback, and
+ * false means the opposite.\n
+ * \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * value[0].i32: whether to feedback.\n
+ *
+ * @since 16
+ */
+ NODE_DATE_PICKER_ENABLE_HAPTIC_FEEDBACK,
/**
* @brief Defines the time of the selected item. in the timer picker.
* This attribute can be set, reset, and obtained as required through APIs.