Lines Matching refs:down
15 Since API version 11, this component's child component moves down with the pull-down gesture.
38 …/sup> | string \| number | No | Distance from the pull-down starting point to t…
39 …down gesture. The value ranges from 0 to 100.<br>Default value: **62**<br>- **0** indicates that t…
52 Sets the pull-down offset that initiates a refresh.
62 | value | number | Yes| Pull-down offset, in vp.<br>Default value: 96 vp when [promptText](#refre…
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 …down ratio. A larger value indicates higher responsiveness to the pull-down gesture. The value **0…
130 Called when the pull-down distance changes.
140 | value | number | Yes | Pull-down distance.<br>Unit: vp|
151 | Inactive | 0 | The component is not pulled down. This is the default value. |
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 …RefreshingHeight), 3) // The closer to the maximum pull-down distance, the smaller the pull-down r…