# PathOptions
Options for creating a path shape.

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

## PathOptions interface

Options for creating a path shape.

**Signature:**

```typescript
interface PathOptions
```

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

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

      <td />

      <td>
        boolean
      </td>

      <td>
        _(Optional)_ Whether the path should be closed
      </td>
    </tr>

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

      <td />

      <td>
        [PathPoint](/en/creator-api/values/path-point)\[]
      </td>

      <td>
        _(Optional)_ Initial path points
      </td>
    </tr>
  </tbody>
</table>
