Capsium TypeScript API
Capsium
GitHub
Preparing search index...
@capsium/core
storageLayers
Function storageLayers
storageLayers
(
storage
:
|
{
storage
:
{
dataSets
:
Record
<
string
,
|
{
schemaFile
?:
string
;
schemaType
?:
string
;
source
:
string
}
|
{
databaseFile
:
string
;
table
:
string
}
,
>
;
layers
?:
{
path
:
string
;
visibility
?:
"exported"
|
"private"
;
writable
?:
boolean
;
}
[]
;
}
;
}
|
undefined
,
)
:
readonly
{
path
:
string
;
visibility
?:
"exported"
|
"private"
;
writable
?:
boolean
;
}
[]
Effective layers bottom → top (the implicit root layer when unconfigured).
Parameters
storage
:
|
{
storage
:
{
dataSets
:
Record
<
string
,
|
{
schemaFile
?:
string
;
schemaType
?:
string
;
source
:
string
}
|
{
databaseFile
:
string
;
table
:
string
}
,
>
;
layers
?:
{
path
:
string
;
visibility
?:
"exported"
|
"private"
;
writable
?:
boolean
;
}
[]
;
}
;
}
|
undefined
Returns
readonly
{
path
:
string
;
visibility
?:
"exported"
|
"private"
;
writable
?:
boolean
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Capsium
GitHub
Capsium TypeScript API
Loading...
Effective layers bottom → top (the implicit root layer when unconfigured).