<!-- 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) &gt; [name](./x-components.devicestate.name.md)

## DeviceState.name property

The name of the device the app is being run on, or `null` if it hasn't been detected yet.

**Signature:**

```typescript
name: string | null;
```
