UNPKG

@empathyco/x-components

Version:
37 lines (31 loc) 1.39 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PartialResultsList](./x-components.partialresultslist.md) ## PartialResultsList variable It renders a list of partial results from [SearchState.partialResults](./x-components.searchstate.partialresults.md) by default. It also provides the partial result slot to customize the item with the partial result bound. **Signature:** ```typescript _default: import("vue").DefineComponent<{ animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: string; }; maxItemsToRender: { type: NumberConstructor; default: number; }; }, { partialResults: import("vue").ComputedRef<import("@empathyco/x-types").PartialResult[]>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: string; }; maxItemsToRender: { type: NumberConstructor; default: number; }; }>>, { animation: string | Function | Record<string, any>; maxItemsToRender: number; }, {}> ```