UNPKG

@empathyco/x-components

Version:
60 lines (28 loc) 961 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [NextQuery](./x-types.nextquery.md) ## NextQuery interface A next query is a suggestion of a new query that the user may be interested after searching for an specific term. **Signature:** ```typescript export interface NextQuery extends NamedModel<'NextQuery'>, Required<Previewable> ``` **Extends:** [NamedModel](./x-types.namedmodel.md)<!-- -->&lt;'NextQuery'&gt;, Required&lt;[Previewable](./x-types.previewable.md)<!-- -->&gt; ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [isCurated?](./x-types.nextquery.iscurated.md) </td><td> </td><td> boolean </td><td> _(Optional)_ If it's a curated next query. </td></tr> </tbody></table>