# Interface DashboardByIdConfig
Dashboard configuration
# Properties
# filtersPanel
filtersPanel?:
DashboardFiltersPanelConfig
Configuration for the filters panel
# persist
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.
- 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.editMode
editMode?:
boolean
If true, an 'Edit Layout' action is visible to users on the dashboard toolbar. Clicking 'Edit Layout' opens the dashboard in editing mode, where the user can resize or reposition widgets using drag and drop. Layout changes are temporarily stored during editing, with undo/redo buttons available on the toolbar. Finally, changes are confirmed or discarded with 'Apply' or 'Cancel' buttons.
If persistence is enabled for the dashboard, changes to the layout will be saved to Fusion on clicking the 'Apply' button.
This feature is in alpha.
#
widgetsPanel.responsive
responsive?:
boolean
If true adjust layout based on available width of widgets panel.
If not specified, the default value is
false
.