Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
This documentation is for an older version of this module. Go to the latest documentation here.
Classes that extend FormResponse
Base type for a form response.
Properties
cancelationReason
read-only cancelationReason?: FormCancelationReason;
Contains additional details as to why a form was canceled.
Type: FormCancelationReason
canceled
read-only canceled: boolean;
If true, the form was canceled by the player (e.g., they selected the pop-up X close button).
Type: boolean