Script API - v1.26.10.23
    Preparing search index...

    Class CustomFormBeta

    A customizable form that lets you put buttons, labels, toggles, dropdowns, sliders, and more into a form! Built on top of Observable, the form will update when the Observables' value changes.

    Index

    Constructors

    Methods

    • Returns boolean

      Can this form be shown to the player right now?

      This function can't be called in early-execution mode.

    • Returns void

      Closes the form. Throws an error if the form is not open.

      This function can't be called in early-execution mode.

    • Returns Promise<void>

      Shows the form to the player. Will throw errors if the form is currently being shown or if another behavior pack is showing a form.

      This function can't be called in early-execution mode.