@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 891 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformSemanticQuery](./x-adapter-platform.platformsemanticquery.md)
## PlatformSemanticQuery interface
SemanticQuery model for the `platform` API.
**Signature:**
```typescript
export interface PlatformSemanticQuery
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[distance](./x-adapter-platform.platformsemanticquery.distance.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[query](./x-adapter-platform.platformsemanticquery.query.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>