IThemeDashboardContentKpi
Home > @gooddata/sdk-model > IThemeDashboardContentKpi
IThemeDashboardContentKpi interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Dashboard content KPI customizable properties.
Signature:
export interface IThemeDashboardContentKpi
Properties
| Property | Type | Description |
|---|---|---|
| backgroundColor? | ThemeColor | (BETA) (Optional) Kpi widget background color |
| borderColor? | ThemeColor | (BETA) (Optional) Kpi widget border color |
| borderRadius? | string | (BETA) (Optional) Kpi widget border radius in px |
| borderWidth? | string | (BETA) (Optional) Kpi widget border width |
| dropShadow? | boolean | (BETA) (Optional) Flag determining whether the kpi widget has a shadow or not |
| kpi? | IThemeKpi | (BETA) (Optional) Dashboards specific Kpi/Headline customizable UI properties |
| title? | IThemeWidgetTitle | (BETA) (Optional) Kpi widget title color and alignment |