UNPKG

@empathyco/x-components

Version:
75 lines (34 loc) 928 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [SemanticQuery](./x-types.semanticquery.md) ## SemanticQuery interface A semantic query is a term related to another in a semantic way. **Signature:** ```typescript export interface SemanticQuery extends NamedModel<'SemanticQuery'> ``` **Extends:** [NamedModel](./x-types.namedmodel.md)<!-- -->&lt;'SemanticQuery'&gt; ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [distance](./x-types.semanticquery.distance.md) </td><td> </td><td> number </td><td> </td></tr> <tr><td> [query](./x-types.semanticquery.query.md) </td><td> </td><td> string </td><td> </td></tr> </tbody></table>