GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/themes/theme-loader
NormalizedTheme
Interface NormalizedTheme
A normalised theme entry produced by
_normalizeTheme
.
interface
NormalizedTheme
{
id
:
string
;
label
:
string
;
type
:
string
;
description
:
string
;
icon
:
string
;
layers
:
unknown
[]
;
}
Index
Properties
id
label
type
description
icon
layers
Properties
id
id
:
string
label
label
:
string
type
type
:
string
description
description
:
string
icon
icon
:
string
layers
layers
:
unknown
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
label
type
description
icon
layers
GeoLeaf Core API - v3.0.0
Loading...
A normalised theme entry produced by
_normalizeTheme.