# GroupOptions
Options for creating a group.

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

## GroupOptions interface

Options for creating a group.

**Signature:**

```typescript
interface GroupOptions
```

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [shapes](/en/creator-api/types/group-options/shapes)
      </td>

      <td />

      <td>
        ReadonlyArray\<[Shape](/en/creator-api/nodes/shape)>
      </td>

      <td>
        Array of shapes to add to the group
      </td>
    </tr>
  </tbody>
</table>
