# Shape
Union type of all shape types.

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

## Shape type

Union type of all shape types.

**Signature:**

```typescript
type Shape = Group | Rectangle | Ellipse | Polygon | Star | Path;
```

**References:** [Group](/en/creator-api/nodes/group), [Rectangle](/en/creator-api/nodes/rectangle), [Ellipse](/en/creator-api/nodes/ellipse), [Polygon](/en/creator-api/nodes/polygon), [Star](/en/creator-api/nodes/star), [Path](/en/creator-api/nodes/path)
