@empathyco/x-components
Version:
Empathy X Components
28 lines (22 loc) • 1.11 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ClearFilters](./x-components.clearfilters.md)
## ClearFilters variable
Renders a simple button, emitting the needed events when clicked.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
facetsIds: PropType<Array<Facet["id"]>>;
alwaysVisible: BooleanConstructor;
}, {
selectedFilters: import("vue").ComputedRef<import("@empathyco/x-types").Filter[]>;
hasSelectedFilters: import("vue").ComputedRef<boolean>;
isVisible: import("vue").ComputedRef<boolean>;
events: import("vue").ComputedRef<Partial<XEventsTypes>>;
cssClasses: import("vue").ComputedRef<VueCSSClasses>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
facetsIds: PropType<Array<Facet["id"]>>;
alwaysVisible: BooleanConstructor;
}>>, {
alwaysVisible: boolean;
}, {}>
```