# BaseNodeMixin
Base interface for all scene graph nodes.

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

## BaseNodeMixin interface

Base interface for all scene graph nodes.

**Signature:**

```typescript
interface BaseNodeMixin
```

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [data](/en/creator-api/nodes/base-node-mixin/data)
      </td>

      <td />

      <td>
        [PluginData](/en/creator-api/types/plugin-data)
      </td>

      <td>
        Plugin data associated with this node
      </td>
    </tr>

    <tr>
      <td>
        [id](/en/creator-api/nodes/base-node-mixin/id)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        string
      </td>

      <td>
        The unique identifier for this node
      </td>
    </tr>

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

      <td />

      <td>
        string
      </td>

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

## Methods

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

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

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

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

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

      <td>
        Removes this node from its parent
      </td>
    </tr>
  </tbody>
</table>
