# ChapteredVideoProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Viewer/ChapteredVideo.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Viewer/ChapteredVideo.tsx#L51)

## Properties

| Property | Type |
|---|---|
| `src` | `string` |
| `poster` | `string` |
| `captions` | `string` |
| `lang` | `string` |
| `chapters` | `ChapteredVideoChapter[]` |
| `hotspots` | `ChapteredVideoHotspot[]` |
| `dir` | `'ltr' | 'rtl'` |
