diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index a046c800c0cae94af67c99d797b133f19a45de6c..73a237d90250aaf84c59c38f21da53e67d3c1d86 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -5533,6 +5533,12 @@ typedef enum {
*
* Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
* .value[0].i32: number of cached items in the swiper adapter. \n
+ * .value[1]?.i32: whether to show the nodes in the cache, the default value is 0.
+ * The value 1 means to show the nodes in the cache, and 0 means not show. \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * .value[0].i32: number of cached items in the swiper adapter. \n
+ * .value[1].i32: whether to show the nodes in the cache. The value 1 means to show the nodes in the cache,
+ * and 0 means not show. \n
*/
NODE_SWIPER_CACHED_COUNT,