@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 474 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DeviceMutations](./x-components.devicemutations.md) > [setName](./x-components.devicemutations.setname.md)
## DeviceMutations.setName property
Sets the [DeviceState.name](./x-components.devicestate.name.md) of the module.
**Signature:**
```typescript
setName: (device: string | null) => void;
```