@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 382 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [ResultRating](./x-types.resultrating.md) > [value](./x-types.resultrating.value.md)
## ResultRating.value property
The value of the rating. `null` means unset.
**Signature:**
```typescript
value: number | null;
```