@minecraft
    正在准备搜索索引...

    接口 MultiButtonRowOptions实验性

    Options for configuring a multi-button row component.

    interface MultiButtonRowOptions {
        visible?: boolean | ObservableBoolean;
    }
    索引

    属性

    属性

    visible?: boolean | ObservableBoolean

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