dashboard-react
Preparing search index...
StoreConfig
Interface StoreConfig
Shared model-store configuration returned by the Skulk config API.
interface
StoreConfig
{
enabled
:
boolean
;
store_host
:
string
;
store_http_host
:
string
;
store_port
:
number
;
store_path
:
string
;
download
:
{
allow_hf_fallback
:
boolean
}
;
staging
:
{
enabled
:
boolean
;
node_cache_path
:
string
;
cleanup_on_deactivate
:
boolean
;
}
;
}
Index
Properties
enabled
store_
host
store_
http_
host
store_
port
store_
path
download
staging
Properties
enabled
enabled
:
boolean
store_
host
store_host
:
string
store_
http_
host
store_http_host
:
string
store_
port
store_port
:
number
store_
path
store_path
:
string
download
download
:
{
allow_hf_fallback
:
boolean
}
staging
staging
:
{
enabled
:
boolean
;
node_cache_path
:
string
;
cleanup_on_deactivate
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enabled
store_
host
store_
http_
host
store_
port
store_
path
download
staging
dashboard-react
Loading...
Shared model-store configuration returned by the Skulk config API.