@empathyco/x-components
Version:
Empathy X Components
91 lines (40 loc) • 1.09 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformPartialResult](./x-adapter-platform.platformpartialresult.md)
## PlatformPartialResult interface
Partial results model in platform.
**Signature:**
```typescript
export interface PlatformPartialResult
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[content](./x-adapter-platform.platformpartialresult.content.md)
</td><td>
</td><td>
[PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]
</td><td>
</td></tr>
<tr><td>
[numFound](./x-adapter-platform.platformpartialresult.numfound.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[term](./x-adapter-platform.platformpartialresult.term.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>