# Interface FiltersPanelConfig
Configuration for the filters panel
# Properties
# actions
actions?:
object
Configures the available actions within the filters panel.
# Type declaration
#
actions.addFilteraddFilter?:
objectConfiguration for adding a new filter.
#
addFilter.enabledenabled?:
booleanDetermines whether the possibility to create a new filter is enabled.
If not specified, the default value is
false.#
actions.deleteFilterdeleteFilter?:
objectConfiguration for deleting a filter.
#
deleteFilter.enabledenabled?:
booleanDetermines whether the possibility to delete a filter is enabled.
If not specified, the default value is
true.#
actions.editFiltereditFilter?:
objectConfiguration for editing an existing filter.
#
editFilter.enabledenabled?:
booleanDetermines whether the possibility to edit an existing filter is enabled.
If not specified, the default value is
false.