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

    类型别名 ListPaneSlotLayoutEntry

    type ListPaneSlotLayoutEntry = {
        alignment?: LayoutAlignment;
        size?: number | LayoutSize | "shrink" | "grow";
        type: ListPaneEntryType;
    }
    索引

    属性

    alignment?: LayoutAlignment
    size?: number | LayoutSize | "shrink" | "grow"