@minecraft/server-editor
    Preparing search index...

    Type Alias ListPaneSlotLayoutEntryBeta

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

    Properties

    Properties

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