UNPKG

@empathyco/x-components

Version:
28 lines (22 loc) 1.08 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PreselectedFilters](./x-components.preselectedfilters.md) ## PreselectedFilters variable This component emits [FacetsXEvents.PreselectedFiltersProvided](./x-components.facetsxevents.preselectedfiltersprovided.md) when a preselected filter is set in the snippet config or by using the prop of the component. **Signature:** ```typescript _default: import("vue").DefineComponent<{ filters: { type: PropType<string[]>; default: () => never[]; }; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }> | "", unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ filters: { type: PropType<string[]>; default: () => never[]; }; }>>, { filters: string[]; }, {}> ```