# Interface DashboardFiltersPanelConfig
Dashboard filters panel configuration
# Properties
# collapsedInitially
collapsedInitially?:
boolean
Boolean flag that controls the initial "collapsed" state of the filters panel.
If not specified, the default value is false
.
# persistCollapsedStateToLocalStorage
persistCollapsedStateToLocalStorage?:
boolean
Setting this to true
will use the isCollapsed state from local storage, if available, and store any changes to local storage.
This state is shared across all dashboards.
This state has a higher priority than collapsedInitially
when enabled.
# visible
visible?:
boolean
Determines whether the filters panel is visible.
If not specified, the default value is true
.