# RowData 인터페이스

리스트뷰의 행 데이터를 나타내는 정보입니다. getSelectedRowsData 메서드에 사용됩니다.

| 속성       | 형식                   | 설명                                                                                                           |
| -------- | -------------------- | ------------------------------------------------------------------------------------------------------------ |
| Values   | any\[]               | 선택한 행의 데이터입니다.                                                                                               |
| Query    | \[name: string]: any | 선택한 행에 대한 쿼리 조건입니다. 기본 키 이름을 기본 키로 사용하여 해당 데이터를 값 사용하여 선택한 행에 대한 쿼리 조건입니다. 예를 들어 ID: 1.                      |
| RowIndex | number               | 리스트뷰에서 선택한 행의 행 인덱스입니다. 행에 Query 정보가 있는 경우 RowIndex는 -1입니다. RowIndex는 행에 Query 정보(예: 새 추가 줄)가 없는 경우에만 유효합니다. |


---

# 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/rowdata.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.
