UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 732 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [StatusState](./x-components.statusstate.md) ## StatusState interface Status state type, containing a property to hold the status property. **Signature:** ```typescript export interface StatusState ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [status](./x-components.statusstate.status.md) | | [RequestStatus](./x-components.requeststatus.md) | The request status. Useful for changing the displayed component depending on whether the request has succeeded, has not been fulfilled or has failed. |