GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/themes/theme-loader
ValidatedThemesConfig
Interface ValidatedThemesConfig
Validated themes configuration returned by
_validateConfig
.
interface
ValidatedThemesConfig
{
config
:
{
primaryThemes
:
ThemeConfigSection
;
secondaryThemes
:
ThemeConfigSection
;
}
;
themes
:
NormalizedTheme
[]
;
defaultTheme
:
string
|
null
;
}
Index
Properties
config
themes
default
Theme
Properties
config
config
:
{
primaryThemes
:
ThemeConfigSection
;
secondaryThemes
:
ThemeConfigSection
;
}
themes
themes
:
NormalizedTheme
[]
default
Theme
defaultTheme
:
string
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
themes
default
Theme
GeoLeaf Core API - v3.0.0
Loading...
Validated themes configuration returned by
_validateConfig.