diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index e008614e1aeb478c5f81f3d3b090d4595b00a8c3..ee0c94de86d44c6bf40471c896216312a5a83394 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -4768,9 +4768,15 @@ typedef enum {
* .value[0].i32: whether to enable automatic playback for child component switching. The value 1
* means to enable automatic playback, and 0 means the opposite. The default value is 0. \n
* \n
+ * .value[1]?.i32: whether to stop automatic playback when the user touches the screen. The value 1 means
+ * to stop automatic playback, and 0 means the opposite. The default value is 1. This parameter is
+ * supported since API version 16. \n
+ * \n
* Format of the return value {@link ArkUI_AttributeItem}:\n
* .value[0].i32: whether to enable automatic playback for child component switching. The value 1 means
* to enable automatic playback, and 0 means the opposite. The default value is 0. \n
+ * .value[1].i32: whether to stop automatic playback when the user touches the screen. The value 1 means to
+ * stop automatic playback, and 0 means the opposite. This parameter is supported since API version 16. \n
*
*/
NODE_SWIPER_AUTO_PLAY,