papi-dts
Preparing search index...
renderer/services/theme.service-host
testingThemeService
Variable testingThemeService
Const
testingThemeService
:
{
implementThemeDataProviderEngine
:
(
currentTheme
:
ThemeDefinitionExpanded
,
saveCurrentTheme
:
()
=>
void
,
shouldMatchSystem
:
boolean
,
saveShouldMatchSystem
:
(
shouldMatchSystem
:
boolean
)
=>
void
,
onDidUpdateAllThemes
:
PlatformEventAsync
<
ThemeFamiliesByIdExpanded
>
,
currentSystemTheme
:
"light"
|
"dark"
,
onDidChangeSystemTheme
:
PlatformEvent
<
"light"
|
"dark"
>
,
userThemes
:
ThemeFamiliesById
,
saveUserThemes
:
(
userThemes
:
ThemeFamiliesById
)
=>
void
,
)
=>
ThemeDataProviderEngine
;
}
This is an internal-only export for testing purposes and should not be used in development
Type declaration
implementThemeDataProviderEngine
:
(
currentTheme
:
ThemeDefinitionExpanded
,
saveCurrentTheme
:
()
=>
void
,
shouldMatchSystem
:
boolean
,
saveShouldMatchSystem
:
(
shouldMatchSystem
:
boolean
)
=>
void
,
onDidUpdateAllThemes
:
PlatformEventAsync
<
ThemeFamiliesByIdExpanded
>
,
currentSystemTheme
:
"light"
|
"dark"
,
onDidChangeSystemTheme
:
PlatformEvent
<
"light"
|
"dark"
>
,
userThemes
:
ThemeFamiliesById
,
saveUserThemes
:
(
userThemes
:
ThemeFamiliesById
)
=>
void
,
)
=>
ThemeDataProviderEngine
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
papi-dts
Loading...
This is an internal-only export for testing purposes and should not be used in development