@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias FileBrowserViewMode

    FileBrowserViewMode: "list" | "icons" | "detail" | "tree" | "column"

    View modes supported by the file browser contents panel.

    • list — Default row-per-entry list (original behaviour).
    • icons — Grid of large icons with name labels.
    • detail — Table with sortable columns (name, size, date, type).
    • tree — Flat tree view showing nested hierarchy inline.
    • column — NeXTSTEP / macOS Finder column view: one column per traversed directory level with horizontal scrolling.