GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/themes/theme-applier/core
ThemeConfig
Interface ThemeConfig
A theme descriptor (loose JSON read from the active profile).
interface
ThemeConfig
{
id
:
string
;
name
?:
string
;
label
?:
string
;
layers
?:
ThemeLayerConfig
[]
;
config
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
name?
label?
layers?
config?
Properties
id
id
:
string
Optional
name
name
?:
string
Optional
label
label
?:
string
Optional
layers
layers
?:
ThemeLayerConfig
[]
Optional
config
config
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
label
layers
config
GeoLeaf Core API - v3.0.0
Loading...
A theme descriptor (loose JSON read from the active profile).