@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 439 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) > [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;
```