sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface FiltersPanelConfig

Configuration for the filters panel

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 false.

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.

Last Updated: