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

    接口 IDataTablePropertyItemOptions

    Properties of data table item

    interface IDataTablePropertyItemOptions {
        enable?: boolean;
        entries?: IDataTablePropertyItemEntry[][];
        style?: PaneItemStyle;
        title?: LocalizedString;
        visible?: boolean;
    }

    层级 (查看层级一览)

    索引

    属性

    enable?: boolean

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

    List of default data table entries

    Optional styling overrides for the item.

    Localized title of the property item.

    visible?: boolean

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