# TrimPathOptions
Options for creating a new trim path.

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

## TrimPathOptions interface

Options for creating a new trim path.

**Signature:**

```typescript
interface TrimPathOptions
```

## 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-options/end)
      </td>

      <td />

      <td>
        number | undefined
      </td>

      <td>
        _(Optional)_ The end of the trim path
      </td>
    </tr>

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

      <td />

      <td>
        number | undefined
      </td>

      <td>
        _(Optional)_ The offset of the trim path
      </td>
    </tr>

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

      <td />

      <td>
        number | undefined
      </td>

      <td>
        _(Optional)_ The start of the trim path
      </td>
    </tr>
  </tbody>
</table>
