# ArrowAnnotation

**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#L16)

Arrow pointing at a UI element.

## Properties

| Property | Type |
|---|---|
| `type` | `'arrow'` |
| `from` | `Point` |
| `to` | `Point` |
| `color` | `string` |
| `label` | `string` |
