brows3r — TypeScript API
Preparing search index...
api/settings
Settings
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
auto
Update
cache
Size
Cap
Mb
cache
Ttl
Secs
default
View
Mode
diagnostics
Enabled
download
Dir?
fallback
Threshold
Mb
keyboard
Shortcuts
notifications
preview
Size
Limit
Mb
proxy
s3
Compatible
Endpoints
schema
Version
startup
Behavior
theme
transfer
Concurrency
transfer
Confirmations
Properties
auto
Update
autoUpdate
:
AutoUpdateSettings
cache
Size
Cap
Mb
cacheSizeCapMb
:
number
cache
Ttl
Secs
cacheTtlSecs
:
number
default
View
Mode
defaultViewMode
:
string
diagnostics
Enabled
diagnosticsEnabled
:
boolean
Optional
download
Dir
downloadDir
?:
string
fallback
Threshold
Mb
fallbackThresholdMb
:
number
keyboard
Shortcuts
keyboardShortcuts
:
Record
<
string
,
string
>
notifications
notifications
:
NotificationSettings
preview
Size
Limit
Mb
previewSizeLimitMb
:
number
proxy
proxy
:
ProxyMode
s3
Compatible
Endpoints
s3CompatibleEndpoints
:
S3CompatibleEndpoint
[]
schema
Version
schemaVersion
:
number
startup
Behavior
startupBehavior
:
StartupBehavior
theme
theme
:
string
transfer
Concurrency
transferConcurrency
:
number
transfer
Confirmations
transferConfirmations
:
TransferConfirmations
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Update
cache
Size
Cap
Mb
cache
Ttl
Secs
default
View
Mode
diagnostics
Enabled
download
Dir
fallback
Threshold
Mb
keyboard
Shortcuts
notifications
preview
Size
Limit
Mb
proxy
s3
Compatible
Endpoints
schema
Version
startup
Behavior
theme
transfer
Concurrency
transfer
Confirmations
brows3r — TypeScript API
Loading...
Root settings object.