# Path
Represents a custom bezier path shape.

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

## Path interface

Represents a custom bezier path shape.

**Signature:**

```typescript
interface Path extends ShapeMixin
```

**Extends:** [ShapeMixin](/en/creator-api/nodes/shape-mixin)

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [pathData](/en/creator-api/nodes/path/path-data)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<[PathData](/en/creator-api/values/path-data)>
      </td>

      <td>
        The bezier path data defining this shape
      </td>
    </tr>

    <tr>
      <td>
        [type](/en/creator-api/nodes/path/type)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        "PATH"
      </td>

      <td>
        Shape type
      </td>
    </tr>
  </tbody>
</table>
