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
186186 <td></td>
187187 <td>Emited when scrolled to top or left, no param.</td>
188188 </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>
189195 <tr>
190196 <td><code>tobottom</code></td>
191197 <td>Event</td>
192198 <td></td>
193199 <td>Emited when scrolled to bottom or right, no param.</td>
194200 </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>
195207 <tr>
196208 <td><code>resized</code></td>
197209 <td>Event</td>
@@ -214,13 +226,13 @@ More usages or getting start you can refer to these clearly [examples](https://g
214226 <td><code>top-threshold</code></td>
215227 <td>Number</td>
216228 <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>
218230 </tr>
219231 <tr>
220232 <td><code>bottom-threshold</code></td>
221233 <td>Number</td>
222234 <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>
224236 </tr>
225237 <tr>
226238 <td><code>root-tag</code></td>
You can’t perform that action at this time.
0 commit comments