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

    接口 SpacingOptions预览版

    Options for configuring a spacer component.

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

    属性

    属性

    visible?: boolean | ObservableBoolean

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