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

    Interface MultiButtonRowOptionsBeta

    Options for configuring a multi-button row component.

    interface MultiButtonRowOptions {
        visible?: boolean | ObservableBoolean;
    }
    Index

    Properties

    Properties

    visible?: boolean | ObservableBoolean

    When false or bound to a false, the entire row is hidden.