# BaseAssetMixin.name
The display name of the asset

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

## BaseAssetMixin.name property

The display name of the asset

**Signature:**

```typescript
name: string;
```

## Example

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