brows3r — TypeScript API
    Preparing search index...

    Interface DetailsColumnWidths

    User-resizable column widths (pixels) for the file list table. The Name column flexes to fill remaining space; the other three are explicit.

    Stored here rather than as Tailwind classes so the user can drag them narrower when names are long.

    interface DetailsColumnWidths {
        modified: number;
        size: number;
        storageClass: number;
    }
    Index

    Properties

    modified: number
    size: number
    storageClass: number