# Forguncy 클래스

#### 클래스 <a href="#forguncy-lei-lei" id="forguncy-lei-lei"></a>

| 클래스                                                                                                   | 설명                              |
| ----------------------------------------------------------------------------------------------------- | ------------------------------- |
| [Cell](/command/javascriptprogramming/javascript-api/class/cellclass.md)                              | 셀 개체입니다.                        |
| [CellEvents](/command/javascriptprogramming/javascript-api/class/cellevents.md)                       | 셀에서 지원하는 이벤트입니다.                |
| [Helper](/command/javascriptprogramming/javascript-api/class/forguncyhelper.md)                       | 몇 가지 도움말 메서드를 제공하는 도움말 클래스입니다.  |
| [ListView](/command/javascriptprogramming/javascript-api/class/listview.md)                           | 리스트뷰 개체입니다.                     |
| [ListViewEvents](/command/javascriptprogramming/javascript-api/class/listviewevents.md)               | 테이블에서 지원하는 이벤트입니다.              |
| [Page](/command/javascriptprogramming/javascript-api/class/page.md)                                   | 페이지 개체입니다.                      |
| [PageEvents](/command/javascriptprogramming/javascript-api/class/pageevents.md)                       | 페이지에서 지원되는 이벤트입니다.              |
| [SpecialPath](/command/javascriptprogramming/javascript-api/class/specialpath.md)                     | 특수 경로입니다.                       |
| [SubPage](/command/javascriptprogramming/javascript-api/class/subpage.md)                             | 자식 페이지 개체입니다.                   |
| [PivotTableCellType](/command/javascriptprogramming/javascript-api/class/pivottablecelltype.md)       | 피벗 테이블 셀 유형입니다.                 |
| [ForguncyCommandHelper](/command/javascriptprogramming/javascript-api/class/forguncycommandhelper.md) | 명령 관련 도움말 메서드를 제공하는 도움말 클래스입니다. |


---

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