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

    Interface FileBrowserPersistedSettings

    Settings persisted per storage key.

    All fields are optional so partial data round-trips safely. Panel-width fields are only written for named instances.

    interface FileBrowserPersistedSettings {
        detailsCollapsed?: boolean;
        detailsWidth?: number;
        showDetails?: boolean;
        sidebarCollapsed?: boolean;
        sidebarWidth?: number;
        viewMode?: FileBrowserViewMode;
    }
    Index

    Properties

    detailsCollapsed?: boolean

    Whether the details panel was collapsed.

    detailsWidth?: number

    Details panel width in pixels.

    showDetails?: boolean

    Whether the details pane was open.

    sidebarCollapsed?: boolean

    Whether the sidebar was collapsed.

    sidebarWidth?: number

    Sidebar panel width in pixels.

    Last active view mode chosen by the user.