@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 507 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [StatusState](./x-components.statusstate.md) > [status](./x-components.statusstate.status.md)
## StatusState.status property
The request status. Useful for changing the displayed component depending on whether the request has succeeded, has not been fulfilled or has failed.
**Signature:**
```typescript
status: RequestStatus;
```