Edit

Share via


FormResponse Class (Version 1.x.x)

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