Skip to content

@minecraft/server-ui


@minecraft/server-ui / FormResponse

Class: FormResponse

Defined in: @minecraft/server-ui/index.d.ts:652

Base type for a form response.

Extended by

Properties

cancelationReason?

readonly optional cancelationReason?: FormCancelationReason

Defined in: @minecraft/server-ui/index.d.ts:659

Remarks

Contains additional details as to why a form was canceled.


canceled

readonly canceled: boolean

Defined in: @minecraft/server-ui/index.d.ts:666

Remarks

If true, the form was canceled by the player (e.g., they selected the pop-up X close button).