@minecraft/server-ui / FormCancelationReason
Enumeration: FormCancelationReason
Defined in: @minecraft/server-ui/index.d.ts:67
An enum representing the reasons why a form was canceled.
Enumeration Members
UserBusy
UserBusy:
"UserBusy"
Defined in: @minecraft/server-ui/index.d.ts:74
Remarks
The form was canceled because the player was busy with another UI interaction.
UserClosed
UserClosed:
"UserClosed"
Defined in: @minecraft/server-ui/index.d.ts:80
Remarks
The form was canceled because the player closed it.