# decodeHotspots

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/video-directive.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/video-directive.ts#L97)

Decode the hotspots attribute back to `VideoHotspot[]` (mirror of encodeHotspots).

## Signature

```ts
function decodeHotspots(encoded: string): VideoHotspot[]
```

## Parameters

| Name | Type |
|---|---|
| `encoded` | `string` |

**Returns:** `VideoHotspot[]`
