# TrimPath
Represents a trim path effect applied to shapes.

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

## TrimPath interface

Represents a trim path effect applied to shapes.

**Signature:**

```typescript
interface TrimPath
```

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [end](/en/creator-api/types/trim-path/end)
      </td>

      <td />

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        The end of the trim path, as a percentage (0 to 100)
      </td>
    </tr>

    <tr>
      <td>
        [offset](/en/creator-api/types/trim-path/offset)
      </td>

      <td />

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        The offset of the trim path, as degrees (0 to 360)
      </td>
    </tr>

    <tr>
      <td>
        [start](/en/creator-api/types/trim-path/start)
      </td>

      <td />

      <td>
        [Animatable](/en/creator-api/nodes/animatable)\<number>
      </td>

      <td>
        The start of the trim path, as a percentage (0 to 100)
      </td>
    </tr>
  </tbody>
</table>

## Methods

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

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

  <tbody>
    <tr>
      <td>
        [remove()](/en/creator-api/types/trim-path/remove)
      </td>

      <td>
        Removes this trim path from the shape layer or group its applied to
      </td>
    </tr>
  </tbody>
</table>
