IThemeDashboardNavigationItem
Home > @gooddata/sdk-model > IThemeDashboardNavigationItem
IThemeDashboardNavigationItem 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.
Navigation items (dashboards) specific properties.
Signature:
export interface IThemeDashboardNavigationItem
Properties
| Property | Type | Description |
|---|---|---|
| color? | ThemeColor | (BETA) (Optional) Item foreground color |
| hoverColor? | ThemeColor | (BETA) (Optional) Item foreground color on hover |
| selectedBackgroundColor? | ThemeColor | (BETA) (Optional) Selected item background color |
| selectedColor? | ThemeColor | (BETA) (Optional) Selected item foreground color |