# ImageLayerCreateOptions
Options for creating an image layer.

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

## ImageLayerCreateOptions interface

Options for creating an image layer.

**Signature:**

```typescript
interface ImageLayerCreateOptions extends LayerCreateOptions
```

**Extends:** [LayerCreateOptions](/en/creator-api/types/layer-create-options)

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [image](/en/creator-api/types/image-layer-create-options/image)
      </td>

      <td />

      <td>
        [Image](/en/creator-api/types/image)
      </td>

      <td>
        The image asset for the image layer
      </td>
    </tr>
  </tbody>
</table>
