@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 595 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DeviceState](./x-components.devicestate.md)
## DeviceState interface
Device store state.
**Signature:**
```typescript
export interface DeviceState
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [name](./x-components.devicestate.name.md) | | string \| null | The name of the device the app is being run on, or <code>null</code> if it hasn't been detected yet. |