# BoxAnnotation

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/models/screenshot-annotation.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/models/screenshot-annotation.ts#L25)

Highlight rectangle around a region.

## Properties

| Property | Type |
|---|---|
| `type` | `'box'` |
| `x` | `number` |
| `y` | `number` |
| `w` | `number` |
| `h` | `number` |
| `label` | `string` |
| `color` | `string` |
