Capsium TypeScript API
Capsium
GitHub
Preparing search index...
@capsium/core
storageLayerSchema
Variable storageLayerSchema
Const
storageLayerSchema
:
ZodObject
<
{
path
:
ZodString
;
visibility
:
ZodOptional
<
ZodEnum
<
{
exported
:
"exported"
;
private
:
"private"
}
>
,
>
;
writable
:
ZodOptional
<
ZodBoolean
>
;
}
,
$strip
,
>
= ...
One storage layer (§5a). Layers stack bottom → top; default read-only, exported.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Capsium
GitHub
Capsium TypeScript API
Loading...
One storage layer (§5a). Layers stack bottom → top; default read-only, exported.