@empathyco/x-components
Version:
Empathy X Components
42 lines (36 loc) • 1.25 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [FiltersSearch](./x-components.filterssearch.md)
## FiltersSearch variable
Renders the filters sifted with the input query.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
filters: PropType<Filter[]>;
parentId: {
type: PropType<Filter["id"]>;
required: false;
};
debounceInMs: {
type: NumberConstructor;
default: number;
};
}, {
clearQuery: () => void;
setQuery: (query: string) => void;
cssClasses: import("vue").ComputedRef<VueCSSClasses>;
siftedFilters: import("vue").ComputedRef<Filter[]>;
query: import("vue").Ref<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
filters: PropType<Filter[]>;
parentId: {
type: PropType<Filter["id"]>;
required: false;
};
debounceInMs: {
type: NumberConstructor;
default: number;
};
}>>, {
debounceInMs: number;
}, {}>
```