Skip to content

Commit af2c5fb

Browse files
committed
docs: 📝 add setScrollLeft、setScrollTop api
1 parent 68f907b commit af2c5fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/data.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,20 @@ toc: 'menu'
456456
<code>() => void</code>
457457
</td>
458458
</tr>
459+
<tr>
460+
<td>setScrollLeft</td>
461+
<td>设置scrollLeft</td>
462+
<td>
463+
<code>(val: number) => void</code>
464+
</td>
465+
</tr>
466+
<tr>
467+
<td>setScrollTop</td>
468+
<td>设置scrollTop</td>
469+
<td>
470+
<code>(val: number) => void</code>
471+
</td>
472+
</tr>
459473
</table>
460474

461475

0 commit comments

Comments
 (0)