<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DeviceState](./x-components.devicestate.md)

## DeviceState interface

Device store state.

**Signature:**

```typescript
export interface DeviceState 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[name](./x-components.devicestate.name.md)


</td><td>


</td><td>

string \| null


</td><td>

The name of the device the app is being run on, or `null` if it hasn't been detected yet.


</td></tr>
</tbody></table>

