diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f20102e7c33d5f92c712e0117bd385132ca063ba..ef859dede60c02aad238ffd24f8d7b69f811a1a0 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -3565,6 +3565,19 @@ typedef enum { * */ NODE_DATE_PICKER_SELECTED_TEXT_STYLE, + + /** + * @brief Enable or disable haptic feedback. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .value[0].i32: The value false means to disable haptic feedback.\n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].i32: The value false means to disable haptic 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.