FormStatus Enumeration
The FormStatus TS enumeration defines indicators of how a user closed a custom pop-up dialog with a form.
CANCELED: "canceled";The user clicked the Canceled button in the custom pop-up dialog.
CONFIRMED: "confirmed";The user clicked the Confirm button in the custom pop-up dialog.
01 May 2025