@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 660 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [StatusMutations](./x-components.statusmutations.md)
## StatusMutations interface
Status mutations, containing a method to change the current status.
**Signature:**
```typescript
export interface StatusMutations
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [setStatus](./x-components.statusmutations.setstatus.md) | | (status: [RequestStatus](./x-components.requeststatus.md)<!-- -->) => void | Sets the request status. |