@empathyco/x-components
Version:
Empathy X Components
19 lines (12 loc) • 496 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [Suggestion](./x-types.suggestion.md) > [key](./x-types.suggestion.key.md)
## Suggestion.key property
> Warning: This API is now obsolete.
>
> - The key field should be calculated if needed using the `query` and the `facets` properties.
>
Unique identifier of the suggestion.
**Signature:**
```typescript
key: string;
```