# Interface DashboardFiltersPanelConfig
Dashboard filters panel configuration
# Properties
# actions
actions?:
object
Configures the available actions within the filters panel.
# Type declaration
#
actions.addFilter
addFilter?:
object
Configuration for adding a new filter.
#
addFilter.enabled
enabled?:
boolean
Determines whether the possibility to create a new filter is enabled.
If not specified, the default value is
false
.#
actions.deleteFilter
deleteFilter?:
object
Configuration for deleting a filter.
#
deleteFilter.enabled
enabled?:
boolean
Determines whether the possibility to delete a filter is enabled.
If not specified, the default value is
true
.#
actions.editFilter
editFilter?:
object
Configuration for editing an existing filter.
#
editFilter.enabled
enabled?:
boolean
Determines whether the possibility to edit an existing filter is enabled.
If not specified, the default value is
false
.
# 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
.