# BaseNodeMixin.name
The display name of the node

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## BaseNodeMixin.name property

The display name of the node

**Signature:**

```typescript
name: string;
```

## Example

```ts
// Update the name of a node
node.name = "New node name";
```
