fix node_scroll_page

Signed-off-by: hongzexuan <hongzexuan@huawei.com>
Change-Id: Icdb22041fb367ab22c9dba486bd2c051b6d6c6dc
This commit is contained in:
hongzexuan 2024-08-27 16:34:26 +08:00
parent 0f52c34c6b
commit 3982b0e196

View File

@ -4449,7 +4449,7 @@ typedef enum {
* @brief Scroll to the next or previous page.
*
* Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
* .value[0].i32 Indicates whether to scroll to next page. Value 1 indicates scroll to next page and value 0
* .value[0].i32 Indicates whether to scroll to next page. Value 0 indicates scroll to next page and value 1
* indicates scroll to previous page. \n
* .value[1]?.i32 Indicates whether to enable animation. Value 1 indicates enable and 0 indicates disable. \n
*