# Class ThemeService
Service for working with Sisense Fusion themes.
If no theme service is used, the current Fusion theme is applied by default.
# Constructors
# constructor
new ThemeService(
sisenseContextService
,themeConfig
?):ThemeService
# Parameters
Parameter | Type |
---|---|
sisenseContextService | SisenseContextService |
themeConfig ? | ThemeConfig |
# Returns
# Methods
# updateThemeSettings
updateThemeSettings(
theme
):Promise
<void
>
# Parameters
Parameter | Type |
---|---|
theme | ThemeSettings | string |
# Returns
Promise
< void
>