diff --git a/en/pull_to_refresh.md b/en/pull_to_refresh.md index 77233ec3490aee54454bca692ed262930fa47a9a..210ca7b0b5d073621a1abfcb2ed443c62109e766 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 b36e6aa05b4eda4c6a5cd6521ebfbacc944b6309..f0825e04328d660d3db5bf2bd45cfbd50b7a8837 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 | | ----------- |---------------------|---------| -------- | ----------------- |