UNPKG

@empathyco/x-components

Version:
26 lines (17 loc) 1.31 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SemanticQueriesState](./x-components.semanticqueriesstate.md) ## SemanticQueriesState interface SemanticQueries store state. **Signature:** ```typescript export interface SemanticQueriesState extends QueryState ``` **Extends:** [QueryState](./x-components.querystate.md) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [config](./x-components.semanticqueriesstate.config.md) | | [SemanticQueriesConfig](./x-components.semanticqueriesconfig.md) | The configuration of the semantic queries' module. | | [params](./x-components.semanticqueriesstate.params.md) | | Dictionary&lt;unknown&gt; | The extra params property of the state. | | [relatedTags](./x-components.semanticqueriesstate.relatedtags.md) | | RelatedTag\[\] | The list of the related tags, related to the <code>query</code> property of the state. | | [semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md) | | SemanticQuery\[\] | The request and results. | | [totalResults](./x-components.semanticqueriesstate.totalresults.md) | | number | The number of the total results of the query. |