Lines Matching refs:pull
3 The **Refresh** component is a container that provides the pull-to-refresh feature.
15 Since API version 11, this component's child component moves down with the pull-down gesture.
38 | offset<sup>(deprecated)</sup> | string \| number | No | Distance from the pull…
39 …pull-down gesture. The value ranges from 0 to 100.<br>Default value: **62**<br>- **0** indicates t…
52 Sets the pull-down offset that initiates a refresh.
68 Sets whether to initiate a refresh when the pull-down distance exceeds the value of [refreshOffset]…
78 | value | boolean | Yes| Whether to initiate a refresh when the pull-down distance exceeds the va…
84 Sets the pull-down ratio.
94 …pull-down gesture. The value **0** indicates that the pull-down does not follow the gesture, and *…
130 Called when the pull-down distance changes.
152 | Drag | 1 | The component is being pulled down, but the pull-down distance is shorter than the…
153 | OverDrag | 2 | The component is being pulled down, and the pull-down distance exceeds the minimum…
154 | Refresh | 3 | The pull-down ends, and the component rebounds to the minimum length required to t…
302 // in this case, the component is not exist otherwise in the pull down or refresh state
531 …bute and the [onOffsetChange](#onoffsetchange12) event to implement the maximum pull-down distance.
589 …s.maxRefreshingHeight), 3) // The closer to the maximum pull-down distance, the smaller the pull-d…