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

    接口 TextOptions预览版

    Options for configuring a text component (label or header).

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

    属性

    属性

    visible?: boolean | ObservableBoolean

    When false or bound to a false ObservableBoolean, the text component is hidden.