For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-ui/classes/FormResponse.md.

Class: FormResponse

Beta

表单响应的基础类型。

Base type for a form response.

Extended by

Properties

cancelationReason?

readonly optional cancelationReason?: FormCancelationReason

Beta

Remarks

包含关于表单为何被取消的附加详细信息。

Contains additional details as to why a form was canceled.


canceled

readonly canceled: boolean

Beta

Remarks

如果为 true,则表示表单已被玩家取消(例如,他们点击了弹窗的 X 关闭按钮)。

If true, the form was canceled by the player (e.g., they selected the pop-up X close button).