@minecraft/server-ui / FormVisibilityErrorReason
Enumeration: FormVisibilityErrorReason
Defined in: @minecraft/server-ui/index.d.ts:113
The reason why a form visibility operation failed.
Enumeration Members
AlreadyShowing
AlreadyShowing:
"AlreadyShowing"
Defined in: @minecraft/server-ui/index.d.ts:120
Remarks
The operation failed because the form is already being shown to the player.
NotShowing
NotShowing:
"NotShowing"
Defined in: @minecraft/server-ui/index.d.ts:127
Remarks
The operation failed because the form is not currently being shown to the player.