IThemeDashboardContentWidget
Home > @gooddata/sdk-model > IThemeDashboardContentWidget
IThemeDashboardContentWidget 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 widget customizable properties.
Signature:
export interface IThemeDashboardContentWidget
Properties
| Property | Type | Description |
|---|---|---|
| backgroundColor? | ThemeColor | (BETA) (Optional) Widget background color |
| borderColor? | ThemeColor | (BETA) (Optional) Widget border color |
| borderRadius? | string | (BETA) (Optional) Widget border radius in px |
| borderWidth? | string | (BETA) (Optional) Widget border width |
| dropShadow? | boolean | (BETA) (Optional) Flag determining whether the widget has a shadow or not |
| title? | IThemeWidgetTitle | (BETA) (Optional) Widget title color and alignment |