@empathyco/x-components
Version:
Empathy X Components
39 lines (33 loc) • 1.45 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQuery](./x-components.nextquery.md)
## NextQuery variable
Renders a next query item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the next query content. If the slot is not overridden, it will render the suggestion query by default.
**Signature:**
```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
suggestion: {
type: PropType<NextQueryModel>;
required: true;
};
highlightCurated: {
type: BooleanConstructor;
default: boolean;
};
}>, {
events: import("vue").ComputedRef<Partial<XEventsTypes>>;
shouldHighlightCurated: import("vue").ComputedRef<boolean>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
suggestion: {
type: PropType<NextQueryModel>;
required: true;
};
highlightCurated: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{}>, {
highlightCurated: boolean;
}, {}, {
BaseSuggestion: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```