diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 38f0dfe690a4ace8932567445f6cdafda0c4258f..929c445bb2303b2819bab33c7d679a85d5f151b5 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5397,7 +5397,7 @@ typedef enum { * .value[0].i32: whether the List component starts layout from the end. The value 0 means layout * starts from the top, and 1 means layout starts from the end. The default value is 0. \n * - * @since 18 + * @since 19 */ NODE_LIST_STACK_FROM_END = 1003014,