!1589 【5.0.1】NODE_SCROLL_PAGE注释修改

Merge pull request !1589 from honzx/cherry-pick-1729650897
This commit is contained in:
openharmony_ci 2024-10-29 11:34:01 +00:00 committed by Gitee
commit f978e81dc7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4467,7 +4467,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
*