@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 889 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)
## StatusState interface
Status state type, containing a property to hold the status property.
**Signature:**
```typescript
export interface StatusState
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[status](./x-components.statusstate.status.md)
</td><td>
</td><td>
[RequestStatus](./x-components.requeststatus.md)
</td><td>
The request status. Useful for changing the displayed component depending on whether the request has succeeded, has not been fulfilled or has failed.
</td></tr>
</tbody></table>