brows3r — TypeScript API
    Preparing search index...

    Interface Settings

    Root settings object.

    interface Settings {
        autoUpdate: AutoUpdateSettings;
        cacheSizeCapMb: number;
        cacheTtlSecs: number;
        defaultViewMode: string;
        diagnosticsEnabled: boolean;
        downloadDir?: string;
        fallbackThresholdMb: number;
        keyboardShortcuts: Record<string, string>;
        notifications: NotificationSettings;
        previewSizeLimitMb: number;
        proxy: ProxyMode;
        s3CompatibleEndpoints: S3CompatibleEndpoint[];
        schemaVersion: number;
        startupBehavior: StartupBehavior;
        theme: string;
        transferConcurrency: number;
        transferConfirmations: TransferConfirmations;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Forward-compat: unknown keys round-tripped verbatim.

    Index

    Properties

    autoUpdate: AutoUpdateSettings
    cacheSizeCapMb: number
    cacheTtlSecs: number
    defaultViewMode: string
    diagnosticsEnabled: boolean
    downloadDir?: string
    fallbackThresholdMb: number
    keyboardShortcuts: Record<string, string>
    notifications: NotificationSettings
    previewSizeLimitMb: number
    proxy: ProxyMode
    s3CompatibleEndpoints: S3CompatibleEndpoint[]
    schemaVersion: number
    startupBehavior: StartupBehavior
    theme: string
    transferConcurrency: number
    transferConfirmations: TransferConfirmations