编辑单元格(API)
vtable_edit_cellEdit a VTable cell by writing a value via its configured editor, with optional immediate commit to persist changes.
Instructions
通过 VTable editorManager 编辑单元格并落值(API 级编辑,要求该列配置了编辑器)。 如需真实键入流程:先 vtable_click_cell(double_click=True) 进入编辑态, 再用 action_chain 的 type 步骤输入,最后 press_key ENTER。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| value | Yes | 要写入的值 | |
| commit | No | 是否立即提交(False 保持编辑态便于连续操作) | |
| tab_id | No | ||
| table_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| message | Yes |