From e0e63a388bf48e31fc2f828b712e6ea391cb1949 Mon Sep 17 00:00:00 2001 From: tyBrave Date: Thu, 13 Nov 2025 19:10:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID6I9I]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0pull=5Fto=5Frefresh=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tyBrave --- en/pull_to_refresh.md | 10 ++++++++++ zh-cn/pull_to_refresh.md | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/en/pull_to_refresh.md b/en/pull_to_refresh.md index 77233ec3..210ca7b0 100644 --- a/en/pull_to_refresh.md +++ b/en/pull_to_refresh.md @@ -236,6 +236,11 @@ Please go to the Releases page of the third-party library to check the version i | ----------- |---------------------|---------|----------| -------- | ----------------- | | refreshing| Control the display and hide of the refresh head or bottom | boolean | YES | All | yes | +### RefreshControl Props +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| ----------- |---------------------|---------|----------| -------- | ----------------- | +| refreshing| Control the display and hide of the refresh head or bottom | boolean | YES | All | yes | + ### PullToRefreshFooter Props | Name | Description | Type | Required | Platform | HarmonyOS Support | | ----------- |---------------------|---------|----------| -------- | ----------------- | @@ -258,6 +263,11 @@ Please go to the Releases page of the third-party library to check the version i | onStateChanged | Refresh status callback | function | All | yes | | onOffsetChanged | Refresh the offset callback | function | All | yes | +### RefreshControl Method +| Name | Description | Type | Platform | HarmonyOS Support | +| ----------- |---------------------|---------| -------- | ----------------- | +| onRefresh | Refresh callback | function | All | yes | + ### PullToRefreshFooter Method | Name | Description | Type | Platform | HarmonyOS Support | | ----------- |---------------------|---------| -------- | ----------------- | diff --git a/zh-cn/pull_to_refresh.md b/zh-cn/pull_to_refresh.md index b36e6aa0..f0825e04 100644 --- a/zh-cn/pull_to_refresh.md +++ b/zh-cn/pull_to_refresh.md @@ -230,6 +230,11 @@ ohpm install | ----------- |---------------------|---------|----------| -------- | ----------------- | | refreshing| Control the display and hide of the refresh head or bottom | boolean | YES | All | yes | +### RefreshControl属性 +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| ----------- |---------------------|---------|----------| -------- | ----------------- | +| refreshing| Control the display and hide of the refresh head or bottom | boolean | YES | All | yes | + ### PullToRefreshFooter属性 | Name | Description | Type | Required | Platform | HarmonyOS Support | | ----------- |---------------------|---------|----------| -------- | ----------------- | @@ -245,6 +250,7 @@ ohpm install | onRefresh | Refresh callback | function | All | yes | | onLoadMore | Load more callback | function | All | yes | + ### PullToRefreshHeader方法 | Name | Description | Type | Platform | HarmonyOS Support | | ----------- |---------------------|---------| -------- | ----------------- | @@ -252,6 +258,11 @@ ohpm install | onStateChanged | Refresh status callback | function | All | yes | | onOffsetChanged | Refresh the offset callback | function | All | yes | +### RefreshControl方法 +| Name | Description | Type | Platform | HarmonyOS Support | +| ----------- |---------------------|---------| -------- | ----------------- | +| onRefresh | Refresh callback | function | All | yes | + ### PullToRefreshFooter方法 | Name | Description | Type | Platform | HarmonyOS Support | | ----------- |---------------------|---------| -------- | ----------------- | -- Gitee