Kind: Component
Source: atloria-monorepo/apps/web/src/components/Viewer/ChapteredVideo.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
src | string | ✓ | - |
poster | string | - | - |
captions | string | - | - |
lang | string | - | - |
chapters | ChapteredVideoChapter[] | - | [] |
hotspots | ChapteredVideoHotspot[] | - | [] |
dir | `unknown | unknown` | - |
Diagram
mermaidgraph TD component_ChapteredVideo_c6d25cf["ChapteredVideo"] class component_ChapteredVideo_c6d25cf rootComponent
Relationships
- USES_HOOK →
useRef - USES_HOOK →
useState - USES_HOOK →
useMemo - USES_HOOK →
useEffect
Was this page helpful?