Blockbench Reference Docs
    Preparing search index...
    interface PanelPositionData {
        attached_index?: number;
        attached_to?: string;
        fixed_height: boolean;
        float_position: [number, number];
        float_size: [number, number];
        folded: boolean;
        height: number;
        open_tab?: string;
        sidebar_index: number;
        slot: PanelSlot;
    }
    Index

    Properties

    attached_index?: number
    attached_to?: string
    fixed_height: boolean
    float_position: [number, number]
    float_size: [number, number]
    folded: boolean
    height: number
    open_tab?: string
    sidebar_index: number
    slot: PanelSlot