@minecraft/server-ui
    Preparing search index...

    Interface MessageBoxOptionsBeta

    Options for configuring a message box.

    interface MessageBoxOptions {
        showHorizontalButtons: boolean;
    }
    Index

    Properties

    showHorizontalButtons: boolean

    Sets the desired layout for the buttons. True displays the buttons horizontally, false displays them vertically. Defaults to false.