Function: ExportMenu()
ExportMenu(
__namedParameters):Element
Export dropdown. Fires onExport with the chosen
ExportFormat. iconOnly renders a compact icon trigger (used
inside message bubbles) with the label surfaced as a tooltip; the
default renders an icon + “Export” text button (used in the header).
disabled renders the trigger inert, for when there is nothing complete
to export yet (a thread whose history is still loading).
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”disabled?
Section titled “disabled?”boolean = false
iconOnly?
Section titled “iconOnly?”boolean = false
onExport
Section titled “onExport”(format) => void
tooltip?
Section titled “tooltip?”string = "Export"
Returns
Section titled “Returns”Element