Skip to content

SubtitlePanel

The subtitle-navigation panel: the full cue list with search, click-to-seek, and an active-cue highlight that auto-scrolls into view. Collapsible to a thin rail so the video can reclaim the width.

Interfaces

SubtitlePanelProps

Defined in: src/features/player/components/SubtitlePanel.tsx:20

Properties

Property Type Defined in
activeIdx number | null src/features/player/components/SubtitlePanel.tsx:22
collapsed boolean src/features/player/components/SubtitlePanel.tsx:23
cues Cue[] src/features/player/components/SubtitlePanel.tsx:21
onSeek (seconds) => void src/features/player/components/SubtitlePanel.tsx:25
onToggle () => void src/features/player/components/SubtitlePanel.tsx:24

Functions

SubtitlePanel()

function SubtitlePanel(props): Element;

Defined in: src/features/player/components/SubtitlePanel.tsx:34

The SubtitlePanel component.

Parameters

Parameter Type Description
props SubtitlePanelProps The props.

Returns

Element

The subtitle navigation panel.