Skip to main content
Version: 13.x (Current)

Add Filter Button

<bk-add-filter-button></bk-add-filter-button>

Renders a button. Upon clicking, other components are notified that a filter needs to be created.

add-filter-img

How to configure

The Add Filter Button does not require any configuration.

{
"tag": "bk-add-filter-button"
}

Locale

The texts of the Add Filter Button can be customized through the property customLocale, which accepts an object shaped like the following:

type Locale = {
content?: LocalizedText
}

where LocalizedText is either a string or an object mapping language acronyms to strings.

API

Properties & Attributes

None

Listens to

eventaction
loading-datasets internal loading state
nested-navigation-state/backkeeps track of navigation steps
nested-navigation-state/pushkeeps track of navigation steps

Emits

eventdescription
filternotifies the request for creating a filter