Class: FormResponse
Base type for a form response.
Extended by
Constructors
new FormResponse()
private
new FormResponse():FormResponse
Returns
Properties
cancelationReason?
optional
readonly
cancelationReason:FormCancelationReason
Remarks
Contains additional details as to why a form was canceled.
canceled
readonly
canceled:boolean
Remarks
If true, the form was canceled by the player (e.g., they selected the pop-up X close button).