# TextStrokeOptions
Options for creating or updating a TextStroke.

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

## TextStrokeOptions interface

Options for creating or updating a [TextStroke](/en/creator-api/types/text-stroke).

**Signature:**

```typescript
interface TextStrokeOptions
```

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        fill
      </td>

      <td />

      <td>
        [SolidPaintOptions](/en/creator-api/types/solid-paint-options)
      </td>

      <td>
        Solid paint options for the stroke color.
      </td>
    </tr>

    <tr>
      <td>
        width
      </td>

      <td />

      <td>
        number
      </td>

      <td>
        The stroke width.
      </td>
    </tr>
  </tbody>
</table>
