# NullLayerCreateOptions
Options for creating a null layer.

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

## NullLayerCreateOptions interface

Options for creating a null layer.

**Signature:**

```typescript
interface NullLayerCreateOptions 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>
        [layers?](/en/creator-api/types/null-layer-create-options/layers)
      </td>

      <td />

      <td>
        ReadonlyArray\<[Layer](/en/creator-api/nodes/layer)> | undefined
      </td>

      <td>
        _(Optional)_ The layers to parent to the new null layer.
      </td>
    </tr>
  </tbody>
</table>
