UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 595 B
<!-- 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 | 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. |