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

    类型别名 ListPaneSlotConfiguration

    type ListPaneSlotConfiguration = {
        clickable?: boolean;
        columns?: number;
        entryLayout: ListPaneSlotLayoutEntry[] | ListPaneSlotLayoutSections;
        height: number;
        outline?: boolean;
        variant?: ListPaneSlotVariant;
    }
    索引

    属性

    clickable?: boolean
    columns?: number
    height: number
    outline?: boolean