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

    接口 IPropertyItemOptionsBase

    Common optional properties for property items

    interface IPropertyItemOptionsBase {
        enable?: boolean;
        visible?: boolean;
    }

    层级 (查看层级一览)

    索引

    属性

    enable?: boolean

    Initial enabled state of property item. If undefined, it will default to true.

    visible?: boolean

    Initial visibility state of property item. If undefined, it will default to true.