File tree Expand file tree Collapse file tree 3 files changed +208
-161
lines changed Expand file tree Collapse file tree 3 files changed +208
-161
lines changed Original file line number Diff line number Diff line change @@ -186,12 +186,24 @@ More usages or getting start you can refer to these clearly [examples](https://g
186
186
<td></td>
187
187
<td>Emited when scrolled to top or left, no param.</td>
188
188
</tr>
189
+ <tr>
190
+ <td><code>toThresholdTop</code></td>
191
+ <td>Event</td>
192
+ <td></td>
193
+ <td>Emited when scrolled to top or left with topThreshold, no param.</td>
194
+ </tr>
189
195
<tr>
190
196
<td><code>tobottom</code></td>
191
197
<td>Event</td>
192
198
<td></td>
193
199
<td>Emited when scrolled to bottom or right, no param.</td>
194
200
</tr>
201
+ <tr>
202
+ <td><code>toThresholdBottom</code></td>
203
+ <td>Event</td>
204
+ <td></td>
205
+ <td>Emited when scrolled to bottom or right with bottomThreshold, no param.</td>
206
+ </tr>
195
207
<tr>
196
208
<td><code>resized</code></td>
197
209
<td>Event</td>
@@ -214,13 +226,13 @@ More usages or getting start you can refer to these clearly [examples](https://g
214
226
<td><code>top-threshold</code></td>
215
227
<td>Number</td>
216
228
<td>0</td>
217
- <td>The threshold to emit <code>totop </code> event, attention to multiple calls.</td>
229
+ <td>The threshold to emit <code>toThresholdTop </code> event, attention to multiple calls.</td>
218
230
</tr>
219
231
<tr>
220
232
<td><code>bottom-threshold</code></td>
221
233
<td>Number</td>
222
234
<td>0</td>
223
- <td>The threshold to emit <code>tobottom </code> event, attention to multiple calls.</td>
235
+ <td>The threshold to emit <code>toThresholdBottom </code> event, attention to multiple calls.</td>
224
236
</tr>
225
237
<tr>
226
238
<td><code>root-tag</code></td>
You can’t perform that action at this time.
0 commit comments