滚轮滚动表格
vtable_scroll_viewportScroll the visible area of a table by dispatching real mouse wheel events with specified pixel deltas to adjust the viewport.
Instructions
对 VTable 画布中心派发真实鼠标滚轮事件(delta_y 正=向下滚,负=向上滚; delta_x 正=向右滚)。用于手动调整可视窗口。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | ||
| delta_x | No | 水平滚动量(像素近似) | |
| delta_y | No | 垂直滚动量(像素近似) | |
| table_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| message | Yes |