ExportPanel

Modal dialog for configuring and initiating a transcript export. Presents file type, export style, save path controls, and a live format preview generated from the provided Transcript via the shared export formatters.

Constructor

new ExportPanel(transcript, speakers, optionsopt)

Parameters:
NameTypeAttributesDescription
transcriptTranscriptThe transcript to preview and export.
speakersObject.<string, Speaker>Speaker id → Speaker map.
optionsobject<optional>
Optional callbacks and defaults.
Properties
NameTypeAttributesDefaultDescription
onExportfunction<optional>
Called with export details when Export is clicked.
onDismissfunction<optional>
Called when the dialog is cancelled or closed.
defaultTitlestring<optional>
''Pre-populated value for the title field.

Classes

ExportPanel