# Interface DashboardByIdConfig
Dashboard configuration
# Properties
# filtersPanel
filtersPanel?:
DashboardFiltersPanelConfig
Configuration for the filters panel
# persist Alpha
persist?:
boolean
Boolean flag indicating whether changes to the embedded dashboard should be saved to the dashboard in Fusion.
If not specified, the default value is false
.
Limitations:
- WAT authentication does not support persistence.
- As an alpha feature, currently only changes to dashboard filters are persisted.
# toolbar
toolbar?:
object
Configuration for the toolbar
# Type declaration
#
toolbar.visible
visible:
boolean
Determines whether the toolbar is visible.
If not specified, the default value is
false
.
# widgetsPanel
widgetsPanel?:
object
Configuration for the widgets panel
# Type declaration
#
widgetsPanel.responsive
responsive?:
boolean
If true adjust layout based on available width of widgets panel.
If not specified, the default value is
false
.