Interface DashboardConfig
Configuration for the DashboardComponent.
Properties
filtersPanel
filtersPanel?:
DashboardFiltersPanelConfig
Configuration for the filters panel
header
header?:
DashboardHeaderConfig
Configuration for the dashboard header.
tabbers
tabbers?:
TabbersConfig
Configuration for tabber widgets in the dashboard
toolbar
toolbar?:
object
Configuration for the toolbar.
Deprecated
Use the header configuration section instead (header.visible).
Type declaration
toolbar.visiblevisible:
booleanDetermines whether the toolbar is visible.
If not specified, the default value is
true.Deprecated
Use
header.visibleinstead.
widgetsPanel
widgetsPanel?:
WidgetsPanelConfig
Configuration for the widgets panel