# BaseAssetMixin
Base interface for all asset types.

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

## BaseAssetMixin interface

Base interface for all asset types.

**Signature:**

```typescript
interface BaseAssetMixin
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [id](/en/creator-api/types/base-asset-mixin/id)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        string
      </td>

      <td>
        Unique identifier for the asset
      </td>
    </tr>

    <tr>
      <td>
        [name](/en/creator-api/types/base-asset-mixin/name)
      </td>

      <td />

      <td>
        string
      </td>

      <td>
        The display name of the asset
      </td>
    </tr>
  </tbody>
</table>

## Methods

<table>
  <thead>
    <tr>
      <th>
        Method
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [clone()](/en/creator-api/types/base-asset-mixin/clone)
      </td>

      <td>
        Creates a duplicate of this asset
      </td>
    </tr>

    <tr>
      <td>
        [remove()](/en/creator-api/types/base-asset-mixin/remove)
      </td>

      <td>
        Removes this asset from the project
      </td>
    </tr>
  </tbody>
</table>
