# ModifyData 인터페이스

리스트뷰의 변경을 나타내는 행 데이터입니다. modifyTablesData 메서드에 사용됩니다.

| 속성         | 형식                                                   | 설명        |
| ---------- | ---------------------------------------------------- | --------- |
| addRows    | \[columnName: string]: Object                        | 추가된 행입니다. |
| deleteRows | primaryKey: { \[primaryColumnName: string]: Object } | 삭제된 행입니다. |
| editRows   | primaryKey: { \[primaryColumnName: string]: Object } | 편집된 행입니다. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/command/javascriptprogramming/javascript-api/forguncyinterface/modifydata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
