defaultDashboardThemeModifier()
Home > @gooddata/sdk-ui-dashboard > defaultDashboardThemeModifier
defaultDashboardThemeModifier() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Default modifier applied to any theme passed to Dashboard component
Signature:
defaultDashboardThemeModifier: (theme: ITheme) => ITheme
Parameters
Parameter | Type | Description |
---|---|---|
theme | ITheme | theme to modify |
Returns: