@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 817 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setStatus](./x-components.statusmutations.setstatus.md)
</td><td>
</td><td>
(status: [RequestStatus](./x-components.requeststatus.md)<!-- -->) => void
</td><td>
Sets the request status.
</td></tr>
</tbody></table>