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.
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
event | action |
---|---|
loading-data | sets internal loading state |
nested-navigation-state/back | keeps track of navigation steps |
nested-navigation-state/push | keeps track of navigation steps |
Emits
event | description |
---|---|
filter | notifies the request for creating a filter |